Browse Source

bump version

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
1002a8c5d0
2 changed files with 8 additions and 2 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +2
    -2
      version/version.go

+ 6
- 0
CHANGELOG.md View File

@ -1,5 +1,11 @@
# Changelog
## 0.4.1 (April 18, 2017)
IMPROVEMENTS:
- Update dependencies
## 0.4.0 (March 6, 2017)
BREAKING CHANGES:


+ 2
- 2
version/version.go View File

@ -4,6 +4,6 @@ package version
const Maj = "0"
const Min = "4"
const Fix = "0"
const Fix = "1"
const Version = "0.4.0" // new Query args and response (with proof!)
const Version = "0.4.1"

Loading…
Cancel
Save