File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10- ### 1.0.0 - 2019-01-19
10+ ## [ 1.1.0] - 2019-02-07
11+
12+ ### Added
13+
14+ - Added an API ` send() ` method for the ` Transactions ` class ([ #64 ] )
15+ - Added Arduino Sketch Paths to ` library.json ` ([ #67 ] )
16+
17+ ### Fixed
18+
19+ - Fixed unterminated comment which resulted in skipped ` Node ` tests ([ #63 ] )
20+ - Renamed ` Helpers ` class to avoid naming collision with Cpp-Crypto ` Helpers ` ([ #65 ] )
21+
22+ ## 1.0.0 - 2019-01-19
1123
1224- Initial Release
25+
26+ [ unreleased ] : https://github.com/ArkEcosystem/cpp-client/compare/1.1.0...develop
27+ [ 1.1.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.0.0...1.1.0
28+ [ #64 ] : https://github.com/ArkEcosystem/cpp-client/pull/64
29+ [ #67 ] : https://github.com/ArkEcosystem/cpp-client/pull/67
30+ [ #63 ] : https://github.com/ArkEcosystem/cpp-client/pull/63
31+ [ #65 ] : https://github.com/ArkEcosystem/cpp-client/pull/65
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/ArkEcosystem/Cpp-Client.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-Client
2- version =1.0 .0
2+ version =1.1 .0
33author =Ark Ecosystem
44maintainer =Ark Ecosystem
55sentence =A simple API client implementation in C++ for the ARK Blockchain.
You can’t perform that action at this time.
0 commit comments