Skip to content

Commit

Permalink
Version bump: 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Oct 2, 2016
1 parent b6a7d8a commit 3c3c61f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/command/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package command

const VERSION = "0.9.4"
const VERSION = "0.9.5"

var (
GitCommit string
Expand Down

0 comments on commit 3c3c61f

Please sign in to comment.