Skip to content

Commit

Permalink
Prep for 0.5.5 and add changelog entry for #2266
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Feb 1, 2017
1 parent 811f759 commit 6935a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.5 (Unreleased)

BUG FIXES:
* server: Fix panic on upgrade to 0.5.3 or 0.5.4 [GH-2266]

## 0.5.4 (January 31, 2017)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const Version = "0.5.4"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = ""
const VersionPrerelease = "de"

0 comments on commit 6935a85

Please sign in to comment.