From 3c3c61fee2b643a11b97f5079947377cb41082c4 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 1 Oct 2016 20:24:49 -0500 Subject: [PATCH] Version bump: 0.9.5 --- CHANGELOG.md | 11 +++++++++++ pkg/command/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013ca03..733a451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.9.5 - 2016-10-01 + +- Only view schema with USAGE privileges, GH-167 +- Fixed broken export to CSV/JSON/XML if hashmark in URL, GH-175 +- Added example service configuration for systemd, GH-177 +- Allow setting auth user and pass using variables + +## 0.9.4 - 2016-07-29 + +- Fixes CSV/JSON/XML export buttons when pgweb is running with url prefix, GH-170 + ## 0.9.3 - 2016-06-30 - Uses Go 1.6 for development, GH-155 diff --git a/pkg/command/version.go b/pkg/command/version.go index 07bcbea..d160448 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -1,6 +1,6 @@ package command -const VERSION = "0.9.4" +const VERSION = "0.9.5" var ( GitCommit string