From 44d47f7a1c5a966aee17a67c52a59d5cb2283a8e Mon Sep 17 00:00:00 2001 From: sleepdefic1t Date: Fri, 6 Mar 2020 12:37:26 -0800 Subject: [PATCH] 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] --- CHANGELOG.md | 10 ++++++++-- library.json | 2 +- library.properties | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4bd71dc..bfd672c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2020-03-06 ### Added - added Delegate Resignation Builder and Tests ([#207]) ### Changed - improved transaction builder ([#215]) +- improved building as a project dependency ([#206]) + +### Fixed +- make htlc claim secret a 32-byte hash ([#212]) ## [1.0.0] - 2020-02-13 @@ -137,6 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#190]: https://github.com/ArkEcosystem/cpp-crypto/pull/190 [#198]: https://github.com/ArkEcosystem/cpp-crypto/pull/198 [1.0.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0...1.0.0 +[#206]: https://github.com/ArkEcosystem/cpp-crypto/pull/206 [#207]: https://github.com/ArkEcosystem/cpp-crypto/pull/207 +[#212]: https://github.com/ArkEcosystem/cpp-crypto/pull/212 [#215]: https://github.com/ArkEcosystem/cpp-crypto/pull/215 -[unreleased]: https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0...develop +[1.1.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0...1.1.0 diff --git a/library.json b/library.json index 5dbc584c..f81d8939 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/ArkEcosystem/Cpp-Crypto.git" }, - "version": "1.0.0", + "version": "1.1.0", "authors": [ { "name": "Ark Ecosystem", diff --git a/library.properties b/library.properties index 71787bb4..a3f5b6c6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Ark-Cpp-Crypto -version=1.0.0 +version=1.1.0 author=Ark Ecosystem maintainer=Ark Ecosystem sentence=A simple Cryptography Implementation in C++ for the ARK Blockchain.