File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 1.4.0] - 2020-02-13
9
17
10
18
### Added
@@ -79,3 +87,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
79
87
[ 1.3.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0...1.3.0
80
88
[ #159 ] : https://github.com/ArkEcosystem/cpp-client/pull/159
81
89
[ 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
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/ArkEcosystem/Cpp-Client.git"
9
9
},
10
- "version" : " 1.4.0 " ,
10
+ "version" : " 1.4.1 " ,
11
11
"authors" : [
12
12
{
13
13
"name" : " Ark Ecosystem" ,
Original file line number Diff line number Diff line change 1
1
name =Ark-Cpp-Client
2
- version =1.4.0
2
+ version =1.4.1
3
3
author =Ark Ecosystem
4
4
maintainer =Ark Ecosystem
5
5
sentence =A simple API client implementation in C++ for the ARK Blockchain.
You can’t perform that action at this time.
0 commit comments