Skip to content

Commit 44d47f7

Browse files
committed
release: 1.1.0
- added Delegate Resignation Builder and Tests [#207] - improved transaction builder [#215] - improved building as a project dependency [#206] - make htlc claim secret a 32-byte hash [#212]
1 parent 05a3628 commit 44d47f7

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +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] - 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

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
2+
version=1.1.0
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)