Skip to content

Commit

Permalink
Update version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Mar 27, 2020
1 parent d38f10a commit 362641f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.6

IMPROVEMENT

- [export] Added export command
- [db] Update IAVL to v0.13.2

## 1.1.5

IMPROVEMENT
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ package version
const (
Maj = "1"
Min = "1"
Fix = "5"
Fix = "6"

AppVer = 6
)

var (
// Must be a string because scripts like dist.sh read this file.
Version = "1.1.5"
Version = "1.1.6"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit 362641f

Please sign in to comment.