Skip to content

Commit ecf493d

Browse files
sleepdefic1tfaustbrian
authored andcommitted
chore: Bump Version (#68)
1 parent 9a85986 commit ecf493d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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-Client.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-Client
2-
version=1.0.0
2+
version=1.1.0
33
author=Ark Ecosystem
44
maintainer=Ark Ecosystem
55
sentence=A simple API client implementation in C++ for the ARK Blockchain.

0 commit comments

Comments
 (0)