diff --git a/CHANGELOG.md b/CHANGELOG.md index ee11589..d901641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.9.1 - 2016-01-25 + +- Fixes bug with tables context menu +- Fixes JS bug when query returns no rows +- Fixes bug with switching between different connection modes +- Adds AJAX timeout to 5s +- Adds sidebar reload action on any CREATE/DROP action + ## 0.9.0 - 2016-01-19 - Add support for multiple schemas. GH-112 diff --git a/pkg/command/version.go b/pkg/command/version.go index 3ad8711..1f87034 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -1,6 +1,6 @@ package command -const VERSION = "0.9.0" +const VERSION = "0.9.1" var ( GitCommit string