diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8ab26..d2db156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.11.0 - 2018-12-24 + +- Tweak sidebar database object counters styles, GH-400 +- Do not exit with error if local server is not running, GH-399 +- Fix SSH host verification check, GH-398 +- Scope activity list to current database only, GH-397 +- Show current release version and check for updates, GH-396 +- Force switch back to default connection settings view, GH-395 +- Fix row count estimation bug, GH-394 +- Print out failed query SQL and args with --debug flag, GH-393 + ## 0.10.0 - 2018-11-28 - Fixes relation not found errors when dealing with table names that have uppercase characters, GH-356 diff --git a/Dockerfile b/Dockerfile index cfda4c8..1369818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 LABEL maintainer="Dan Sosedoff " -ENV PGWEB_VERSION 0.10.0 +ENV PGWEB_VERSION 0.11.0 RUN \ apk update && \