Skip to content

Commit

Permalink
Preparations for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoh committed Sep 27, 2021
1 parent d840f10 commit cc06703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.6.2

- Add support for seed phrases of different sizes.

## v1.6.1

- Upgrade encoding library.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR ?= 1
MINOR ?= 6
PATCH ?= 1
PATCH ?= 2

LDFLAGS := -X=main.MAJOR=$(MAJOR)
LDFLAGS += -X=main.MINOR=$(MINOR)
Expand Down

0 comments on commit cc06703

Please sign in to comment.