Skip to content

Commit

Permalink
Merge pull request #6 from LedgerHQ/bump
Browse files Browse the repository at this point in the history
[bump] v1.7.2
  • Loading branch information
lpascal-ledger authored May 6, 2024
2 parents a100d8c + 8aef0bf commit 2f3617c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## [1.7.2] - 2024-05-06
### Added
-

### Changed
-

### Fixed
- Using Ledger SDK `cx_crc32()` function rather than buggy `cx_crc32_hw()`.


## [1.7.1] - 2024-03-06
### Added
-
Expand Down Expand Up @@ -64,7 +75,7 @@
- Added unit tests for BIP39 word list and SSKR word list

### Changed
-
-

### Fixed
- Fixed CodeQL warnings about sign check of a bitwise operation
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ all: default
APPNAME = "Seed Tool"
APPVERSION_M = 1
APPVERSION_N = 7
APPVERSION_P = 1
APPVERSION_P = 2
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

APP_LOAD_PARAMS = --appFlags 0x10 $(COMMON_LOAD_PARAMS) --curve secp256k1 --path ""
Expand Down

0 comments on commit 2f3617c

Please sign in to comment.