Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xla committed Jun 12, 2018
1 parent 887bd8b commit 1eeebab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.12.0

*2018-06-12*

BREAKING CHANGES:

- [abci-cli] Change rpc port from 46658 to 26658.
- [examples] Change rpc port from 46658 to 26658.

## 0.11.0

*June 6, 2018*
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
// NOTE: we should probably be versioning the ABCI and the abci-cli separately

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

const Version = "0.11.0"
const Version = "0.12.0"

0 comments on commit 1eeebab

Please sign in to comment.