diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8a285..508d4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.11.5 - 2019-12-16 + +- Add basic SQL keyword autocompletion, GH-443 +- SSH Private Key handling update (encrypted keys are supported now), GH-445 +- Include Go version into `pgweb --version` output, GH-447 +- Fix long table name bug in the sidebar, GH-448 +- Add SQL objects (table,views,etc) autocompletion, GH-449 +- Include Go version into info API endpoint, GH-450 + ## 0.11.4 - 2019-10-05 - Fix SQL export filename, GH-438 diff --git a/Dockerfile b/Dockerfile index 97c01fc..40e75b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.4 +ENV PGWEB_VERSION 0.11.5 RUN \ apk update && \