Commit d527b8b 1 parent 3fd0af6 commit d527b8b Copy full SHA for d527b8b
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.2.0 ] - 2020-11-06
9
9
10
- ### Changed
10
+ ### Added
11
+ - two-vote transaction support ([ #97 ] )
11
12
13
+ ### Changed
12
14
- upgraded ` nanos-secure-sdk ` version ` 160 ` -> ` 161 ` ([ #94 ] )
13
15
14
16
## [ 2.1.0] - 2020-04-06
@@ -55,4 +57,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
55
57
[ #72 ] : https://github.com/ArkEcosystem/ledger/pull/72
56
58
[ 2.1.0 ] : https://github.com/ArkEcosystem/ledger/compare/2.0.1...2.1.0
57
59
[ #94 ] : https://github.com/ArkEcosystem/ledger/pull/94
58
- [ unreleased ] : https://github.com/ArkEcosystem/ledger/compare/master...develop
60
+ [ #97 ] : https://github.com/ArkEcosystem/ledger/pull/97
61
+ [ 2.2.0 ] : https://github.com/ArkEcosystem/ledger/compare/2.1.0...2.2.0
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ APPNAME = Ark
51
51
APP_LOAD_PARAMS =--appFlags 0x240 --curve secp256k1 --path "44'/111'" --path "44'/1'" $(COMMON_LOAD_PARAMS )
52
52
53
53
APPVERSION_M =2
54
- APPVERSION_N =1
54
+ APPVERSION_N =2
55
55
APPVERSION_P =0
56
56
APPVERSION =$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P )
57
57
You can’t perform that action at this time.
0 commit comments