Skip to content

Commit 974b9ed

Browse files
committed
release: 1.4.1
- added first and last block methods [#183] - improved building as a project dependency [#176]
1 parent 7cef939 commit 974b9ed

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.4.1] - 2020-03-06
9+
10+
### Added
11+
- added first and last block methods ([#183])
12+
13+
### Changed
14+
- improved building as a project dependency ([#176])
15+
816
## [1.4.0] - 2020-02-13
917

1018
### Added
@@ -79,3 +87,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7987
[1.3.0]: https://github.com/ArkEcosystem/cpp-client/compare/1.2.0...1.3.0
8088
[#159]: https://github.com/ArkEcosystem/cpp-client/pull/159
8189
[1.4.0]: https://github.com/ArkEcosystem/cpp-client/compare/1.3.0...1.4.0
90+
[#176]: https://github.com/ArkEcosystem/cpp-client/pull/176
91+
[#183]: https://github.com/ArkEcosystem/cpp-client/pull/183
92+
[1.4.1]: https://github.com/ArkEcosystem/cpp-client/compare/1.4.0...1.4.1

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.4.0",
10+
"version": "1.4.1",
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.4.0
2+
version=1.4.1
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)