Skip to content

Commit

Permalink
changelog, version, dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Mar 27, 2018
1 parent fb1a949 commit 64044d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.12.0 (TBD)
## 0.12.0 (March 27 2018)

BREAKING CHANGES

Expand All @@ -17,6 +17,7 @@ BREAKING CHANGES
FEATURES

* [examples/basecoin] New cool module to demonstrate use of state and custom transactions
* [basecoind] `show_node_id` command
* [lcd] Implement the Light Client Daemon and endpoints
* [types/stdlib] Queue functionality
* [store] Subspace iterator on IAVLTree
Expand Down
12 changes: 6 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
name = "github.com/tendermint/iavl"

[[constraint]]
branch = "develop"
version = "~0.17.1"
name = "github.com/tendermint/tendermint"

[[constraint]]
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 = "12"
const Fix = "0"

const Version = "0.12.0-dev"
const Version = "0.12.0"

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

0 comments on commit 64044d0

Please sign in to comment.