Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
- 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]
  • Loading branch information
sleepdefic1t committed Mar 6, 2020
1 parent 05a3628 commit 44d47f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 44d47f7

Please sign in to comment.