From 16e3cc399835202e92cac6b05a0496573faba533 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 19 Feb 2020 20:30:36 -0600 Subject: [PATCH] Update docker version, changelog --- CHANGELOG.md | 5 +++++ Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 508d4cc..6cd88f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.11.6 - 2020-02-19 + +- Add CLI options for SSL key, cert and root certs, GH-452 +- Remove double click action on cell, GH-455 + ## 0.11.5 - 2019-12-16 - Add basic SQL keyword autocompletion, GH-443 diff --git a/Dockerfile b/Dockerfile index 40e75b6..0145fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.11.5 +ENV PGWEB_VERSION 0.11.6 RUN \ apk update && \