Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Mar 1, 2018
1 parent 5494a4e commit 158dfce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
# Changelog

## 0.11.0 (TBD)
## 0.11.0 (March 1, 2017)

BREAKING CHANGES

* [examples] dummy -> kvstore
* [examples] Remove gaia
* [examples/basecoin] MakeTxCodec -> MakeCodec
* [types] CommitMultiStore interface has new `GetCommitKVStore(key StoreKey) CommitKVStore` method

FEATURES

* [examples/basecoin] CLI for `basecli` and `basecoind` (!)
* [baseapp] router.AddRoute returns Router

IMPROVEMENTS

* [baseapp] Run msg handlers on CheckTx
* [docs] Add spec for REST API
* [all] More tests!

BUG FIXES

* [baseapp] Fix panic on app restart
* [baseapp] InitChain does not call Commit

## 0.10.0 (February 20, 2017)

BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package version
// TODO improve

const Maj = "0"
const Min = "10"
const Min = "11"
const Fix = "0"

const Version = "0.10.0-dev"
const Version = "0.11.0"

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

0 comments on commit 158dfce

Please sign in to comment.