diff --git a/CHANGELOG.md b/CHANGELOG.md index d2db156..30031dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 94e4bfb..63d4ed1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.0 +ENV PGWEB_VERSION 0.11.1 RUN \ apk update && \