Changelog update

This commit is contained in:
Dan Sosedoff 2019-01-28 17:18:55 -06:00
parent dc1009cdd8
commit 12717f15cc
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 && \