changelog and version
This commit is contained in:
parent
f71c83305d
commit
a4203368d4
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue