From 7d81998577b2783e9cf994956d69383ea2589306 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 4 Aug 2017 21:58:43 -0500 Subject: [PATCH] Update changelog and docker image --- CHANGELOG.md | 10 ++++++++++ Dockerfile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10b98d..215f54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.9.8 - 2017-08-04 + +- Fixed error checking in the API, GH-234 +- Fixed activity tab to support PG 9.x versions, GH-237 +- Remember sort column and order for pagination, GH-240 +- Use `sslmode=disable` for bookmarks without sslmode option, GH-244 +- Javascript fixes for IE9-11, GH-245 +- Require confirmation for the disconnect, GH-246 +- Clean the results table on manual disconnect + ## 0.9.7 - 2017-04-04 - Fixed issue with locked session and empty db url, GH-206 diff --git a/Dockerfile b/Dockerfile index 0507fde..5cfb97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.3 MAINTAINER Dan Sosedoff -ENV PGWEB_VERSION 0.9.7 +ENV PGWEB_VERSION 0.9.8 RUN \ apk update && \