Skip to content

Commit fd37a0f

Browse files
committed
version, changelog
1 parent 7596a6e commit fd37a0f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 0.6.1 (March 2, 2018)
412

513
IMPROVEMENT

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package iavl
22

3-
const Version = "0.6.1"
3+
const Version = "0.7.0"

0 commit comments

Comments
 (0)