Skip to content

Commit a832898

Browse files
committed
Bump version
1 parent 4908822 commit a832898

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.12.0 (August 4, 2018)
4+
5+
BREAKING CHANGE:
6+
- Write empty (non-nil) struct pointers, unless (is list element and empty_elements isn't set) #206
7+
38
## 0.11.1 (July 17, 2018)
49

510
IMPROVEMENTS:

version.go

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

33
// Version
4-
const Version = "0.11.1"
4+
const Version = "0.12.0"

0 commit comments

Comments
 (0)