Update changelog, docker version

This commit is contained in:
Dan Sosedoff 2020-10-18 10:36:32 -05:00
parent 31f6261c1c
commit 4066de695d
2 changed files with 12 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
FROM alpine:3.10
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
ENV PGWEB_VERSION 0.11.6
ENV PGWEB_VERSION 0.11.7
RUN \
apk update && \