diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc5c58..7d8a285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.11.4 - 2019-10-05 + +- Fix SQL export filename, GH-438 +- Update Docker image to alpine:3.10, GH-439 +- Drop unsupported pg_dump options from connection string, GH-441 +- Misc code cleanup and formatting, GH-442 + ## 0.11.3 - 2019-07-24 - Misc: add script to update homebrew formula version, GH-423 diff --git a/Dockerfile b/Dockerfile index 29adcca..97c01fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.3 +ENV PGWEB_VERSION 0.11.4 RUN \ apk update && \