From 34056c1c6636ea001ebbf3d185baac7ba03e0d82 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 1 Mar 2016 19:48:15 -0600 Subject: [PATCH] Version bump: 0.9.2 --- CHANGELOG.md | 11 +++++++++++ pkg/command/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d901641..9ee0e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.9.2 - 2016-03-01 + +- Fixes bug with unsafe base64 encoded sql queries +- Fixes issue with session id not being included in multi-session mode +- Fixes visual issue with long table names in sidebar +- Fixes visual issue with a scrollbar in table information widget +- Fixes issue with database connection form being reset by clicking on 'cancel' button +- Adds ability to close connection +- Adds display message for number of affected rows for update/delete queries, GH-133 +- Adds web server url prefix as a CLI option, GH-135 + ## 0.9.1 - 2016-01-25 - Fixes bug with tables context menu diff --git a/pkg/command/version.go b/pkg/command/version.go index 1f87034..9a9ef59 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -1,6 +1,6 @@ package command -const VERSION = "0.9.1" +const VERSION = "0.9.2" var ( GitCommit string