changelog and version

This commit is contained in:
Ethan Buchman 2017-10-11 23:30:50 -04:00
parent f71c83305d
commit a4203368d4
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.7.1 (October 11, 2017)
IMPROVEMENTS:
* server/commands: GetInitCmd takes list of options
## 0.7.0 (October 11, 2017)
BREAKING CHANGES:

View File

@ -3,6 +3,6 @@ package version
const Maj = "0"
const Min = "7"
const Fix = "0"
const Fix = "1"
const Version = "0.7.0"
const Version = "0.7.1"