Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
prep for release v2.6.2 (#671)
Browse files Browse the repository at this point in the history
Co-authored-by: Baha <[email protected]>
  • Loading branch information
yilmazbahadir and Baha authored Mar 22, 2022
1 parent 5327de4 commit 622298b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 2.6.2

- Upgraded trezor-connect to v8
- Refactored voting module
- Added unit tests for Trezor
- Removed dependency to nem-trezor lib
- Fixed failing unit tests
- Fixed voting transactions fee flooring issue

## Version 2.6.1

- Added post-launch opt-in check NIS keys
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NEM-Wallet",
"version": "2.6.1",
"version": "2.6.2",
"description": "Cross-platform lite wallet for NEM",
"author": "https://github.com/QuantumMechanics <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/app/config/app.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const AppConstants = {
//Application name
appName: 'NEM Wallet',

version: '2.6.1',
version: '2.6.2',

//Network
defaultNetwork: 104,
Expand Down

0 comments on commit 622298b

Please sign in to comment.