Skip to content

Commit d527b8b

Browse files
committed
chore: bump version to 2.2.0
1 parent 3fd0af6 commit d527b8b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.2.0] - 2020-11-06
99

10-
### Changed
10+
### Added
11+
- two-vote transaction support ([#97])
1112

13+
### Changed
1214
- upgraded `nanos-secure-sdk` version `160` -> `161` ([#94])
1315

1416
## [2.1.0] - 2020-04-06
@@ -55,4 +57,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5557
[#72]: https://github.com/ArkEcosystem/ledger/pull/72
5658
[2.1.0]: https://github.com/ArkEcosystem/ledger/compare/2.0.1...2.1.0
5759
[#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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ APPNAME = Ark
5151
APP_LOAD_PARAMS=--appFlags 0x240 --curve secp256k1 --path "44'/111'" --path "44'/1'" $(COMMON_LOAD_PARAMS)
5252

5353
APPVERSION_M=2
54-
APPVERSION_N=1
54+
APPVERSION_N=2
5555
APPVERSION_P=0
5656
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
5757

0 commit comments

Comments
 (0)