Skip to content

Commit

Permalink
Version bump: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Mar 2, 2016
1 parent c58138b commit 34056c1
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.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
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.1"
const VERSION = "0.9.2"

var (
GitCommit string
Expand Down

0 comments on commit 34056c1

Please sign in to comment.