File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 1.1.0 ] - 2020-03-06
99
1010### Added
1111- added Delegate Resignation Builder and Tests ([ #207 ] )
1212
1313### Changed
1414- improved transaction builder ([ #215 ] )
15+ - improved building as a project dependency ([ #206 ] )
16+
17+ ### Fixed
18+ - make htlc claim secret a 32-byte hash ([ #212 ] )
1519
1620## [ 1.0.0] - 2020-02-13
1721
@@ -137,6 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
137141[ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
138142[ #198 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/198
139143[ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0...1.0.0
144+ [ #206 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/206
140145[ #207 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/207
146+ [ #212 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/212
141147[ #215 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/215
142- [ unreleased ] : https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0...develop
148+ [ 1.1.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/ArkEcosystem/Cpp-Crypto.git"
99 },
10- "version" : " 1.0 .0" ,
10+ "version" : " 1.1 .0" ,
1111 "authors" : [
1212 {
1313 "name" : " Ark Ecosystem" ,
Original file line number Diff line number Diff line change 11name =Ark-Cpp-Crypto
2- version =1.0 .0
2+ version =1.1 .0
33author =Ark Ecosystem
44maintainer =Ark Ecosystem
55sentence =A simple Cryptography Implementation in C++ for the ARK Blockchain.
You can’t perform that action at this time.
0 commit comments