Bump to 0.6.2
This commit is contained in:
parent
65e9905a83
commit
450823b5f3
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.2 (July 27, 2017)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
* auto-test all tutorials to detect breaking changes
|
||||||
|
* move deployment scripts from `/scripts` to `/publish` for clarity
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
* `basecoin init` ensures the address in genesis.json is valid
|
||||||
|
* fix bug that certain addresses couldn't receive ibc packets
|
||||||
|
|
||||||
## 0.6.1 (June 28, 2017)
|
## 0.6.1 (June 28, 2017)
|
||||||
|
|
||||||
Make lots of small cli fixes that arose when people were using the tools for
|
Make lots of small cli fixes that arose when people were using the tools for
|
||||||
|
|
|
@ -2,6 +2,6 @@ package version
|
||||||
|
|
||||||
const Maj = "0"
|
const Maj = "0"
|
||||||
const Min = "6"
|
const Min = "6"
|
||||||
const Fix = "1"
|
const Fix = "2"
|
||||||
|
|
||||||
const Version = "0.6.1"
|
const Version = "0.6.2"
|
||||||
|
|
Loading…
Reference in New Issue