Browse Source

Update version and changelog

pull/1780/head
Alexander Simmerl 6 years ago
parent
commit
1eeebabb0b
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
2 changed files with 11 additions and 2 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +2
    -2
      version/version.go

+ 9
- 0
CHANGELOG.md View File

@ -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*


+ 2
- 2
version/version.go View File

@ -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"

Loading…
Cancel
Save