diff --git a/CHANGELOG.md b/CHANGELOG.md index 3191278..78c1225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.9.11 - 2017-12-07 + +- Fix ssl mode for the connection url in the bookmarks, GH-320 +- Add support for CORS, GH-321 +- Fix custom query results counter for empty queries, GH-322 +- Reorganize the table context menu, GH-323 +- Disable database connection string text field autocomplete, GH-327 +- Add db prefix to the table export files, GH-329 +- Add database view context menu with export actions, GH-330 + ## 0.9.10 - 2017-11-03 - Make idle connection timeout configurable, [GH-282] diff --git a/Dockerfile b/Dockerfile index e982f40..f790b9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.6 MAINTAINER Dan Sosedoff -ENV PGWEB_VERSION 0.9.10 +ENV PGWEB_VERSION 0.9.11 RUN \ apk update && \