Bump to 0.6.2

This commit is contained in:
Ethan Frey 2017-07-27 22:11:17 -04:00
parent 65e9905a83
commit 450823b5f3
2 changed files with 14 additions and 2 deletions

View File

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

View File

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