Skip to content

Commit

Permalink
version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Mar 21, 2018
1 parent 7596a6e commit fd37a0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.0 (March 21, 2018)

BREAKING CHANGES

- LoadVersion and Load return the loaded version number
- NOTE: this behaviour was lost previously and we failed to document in changelog,
but now it's back :)

## 0.6.1 (March 2, 2018)

IMPROVEMENT
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package iavl

const Version = "0.6.1"
const Version = "0.7.0"

0 comments on commit fd37a0f

Please sign in to comment.