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

Commit 1eeebab

Browse files
committed
Update version and changelog
1 parent 887bd8b commit 1eeebab

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.12.0
4+
5+
*2018-06-12*
6+
7+
BREAKING CHANGES:
8+
9+
- [abci-cli] Change rpc port from 46658 to 26658.
10+
- [examples] Change rpc port from 46658 to 26658.
11+
312
## 0.11.0
413

514
*June 6, 2018*

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
44

55
const Maj = "0"
6-
const Min = "11"
6+
const Min = "12"
77
const Fix = "0"
88

9-
const Version = "0.11.0"
9+
const Version = "0.12.0"

0 commit comments

Comments
 (0)