Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Nov 27, 2018
1 parent 1077e62 commit d9aab0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.7.6
*Nov 27th, 2018*

BUG FIXES

- [node] Fix issue #168 with unexpected database corruption

## 0.7.5
*Nov 22th, 2018*

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
minter:
image: minterteam/minter:0.7.5
image: minterteam/minter:0.7.6
volumes:
- ~/.minter:/minter
ports:
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package version
const (
Maj = "0"
Min = "7"
Fix = "5"
Fix = "6"
)

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

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

0 comments on commit d9aab0c

Please sign in to comment.