From 4066de695d927f3a9042a6e861a2dbb002e2a761 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 18 Oct 2020 10:36:32 -0500 Subject: [PATCH] Update changelog, docker version --- CHANGELOG.md | 12 +++++++++++- Dockerfile | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd88f4..5df22e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.11.7 - 2020-10-18 + +- Releases are built with Go 1.15 +- Show results row context menu on custom query results, GH-457 +- Do not terminate if local authentication failed on start, GH-463 +- Do not show other databases if session is locked, GH-470 +- Strip debug information from binary to reduce size, GH-489 +- Disable autocomplete on database search field, GH-492 +- Improve windows connection error matching during start, GH-493 + ## 0.11.6 - 2020-02-19 - Add CLI options for SSL key, cert and root certs, GH-452 @@ -326,4 +336,4 @@ ## 0.1.0 - 2014-10-14 -- Initial release \ No newline at end of file +- Initial release diff --git a/Dockerfile b/Dockerfile index 0145fd6..fb49465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.6 +ENV PGWEB_VERSION 0.11.7 RUN \ apk update && \