Changelog update
This commit is contained in:
parent
dc1009cdd8
commit
12717f15cc
@ -1,3 +1,11 @@
|
||||
## 0.11.1 - 2019-01-28
|
||||
|
||||
- Typo fixes
|
||||
- Add Base64 javascript encoder/decoder to replace deprecated window.atob call, GH-405
|
||||
- Fix startup error when DATABASE_URL is set, GH-406
|
||||
- Fix user auto detection when USER env var is not set, GH-408
|
||||
- Switch bindata dependency to use maintained fork: github.com/go-bindata/go-bindata, GH-409
|
||||
|
||||
## 0.11.0 - 2018-12-24
|
||||
|
||||
- Tweak sidebar database object counters styles, GH-400
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.6
|
||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||
ENV PGWEB_VERSION 0.11.0
|
||||
ENV PGWEB_VERSION 0.11.1
|
||||
|
||||
RUN \
|
||||
apk update && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user