Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Apr 9, 2018
2 parents 4807a19 + 72bebc6 commit 8e4d6a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.14.0 (TBD)
## 0.14.0 (April 9, 2018)

BREAKING CHANGES:

Expand All @@ -13,6 +13,10 @@ BREAKING CHANGES:
`basecoind/basecli` and `democoind/democli`
* [staking] Various fixes/improvements

FEATURES:

* [democoin] Added Proof-of-Work module

BUG FIXES

* [client] Reuse Tendermint RPC client to avoid excessive open files
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Maj = "0"
const Min = "14"
const Fix = "0"

const Version = "0.14.0-dev"
const Version = "0.14.0"

// GitCommit set by build flags
var GitCommit = ""

0 comments on commit 8e4d6a5

Please sign in to comment.