We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7596a6e commit fd37a0fCopy full SHA for fd37a0f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.7.0 (March 21, 2018)
4
+
5
+BREAKING CHANGES
6
7
+- LoadVersion and Load return the loaded version number
8
+ - NOTE: this behaviour was lost previously and we failed to document in changelog,
9
+ but now it's back :)
10
11
## 0.6.1 (March 2, 2018)
12
13
IMPROVEMENT
version.go
@@ -1,3 +1,3 @@
package iavl
-const Version = "0.6.1"
+const Version = "0.7.0"
0 commit comments