Skip to content

Commit 57ec8a9

Browse files
committed
release: 1.1.0 [arduino]
- added Delegate Resignation Builder and Tests [#208] - improved transaction builder [#217] - make htlc claim secret a 32-byte hash [#213]
1 parent de8aafe commit 57ec8a9

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ 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+
## [1.1.0-arduino] - 2020-03-06
99

1010
### Added
11-
- added Delegate Resignation Builder ([#208])
11+
- added Delegate Resignation Builder and Tests ([#208])
1212

1313
### Changed
1414
- improved transaction builder ([#217])
1515

16+
### Fixed
17+
- make htlc claim secret a 32-byte hash ([#213])
18+
1619
## [1.0.0-arduino] - 2020-02-13
1720

1821
### Added
@@ -113,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
113116
[#190]: https://github.com/ArkEcosystem/cpp-crypto/pull/190
114117
[#198]: https://github.com/ArkEcosystem/cpp-crypto/pull/198
115118
[1.0.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
116-
[1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
119+
[1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
117120
[#208]: https://github.com/ArkEcosystem/cpp-crypto/pull/208
121+
[#213]: https://github.com/ArkEcosystem/cpp-crypto/pull/213
118122
[#217]: https://github.com/ArkEcosystem/cpp-crypto/pull/217
119-
[unreleased]: https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0-arduino...develop
123+
[1.1.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0-arduino...1.1.0-arduino

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ark-Cpp-Crypto
2-
version=1.0.0-arduino
2+
version=1.1.0-arduino
33
author=Ark Ecosystem
44
maintainer=Ark Ecosystem
55
sentence=A simple Cryptography Implementation in C++ for the ARK Blockchain.

0 commit comments

Comments
 (0)