Update changelog and docker image

This commit is contained in:
Dan Sosedoff 2017-08-04 21:58:43 -05:00
parent 5e748d0cef
commit 7d81998577
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
FROM alpine:3.3
MAINTAINER Dan Sosedoff <dan.sosedoff@gmail.com>
ENV PGWEB_VERSION 0.9.7
ENV PGWEB_VERSION 0.9.8
RUN \
apk update && \