File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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 ([ #185 ] )
12
+
8
13
## [ 1.4.0-arduino] - 2020-02-13
9
14
10
15
### Added
@@ -70,3 +75,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
70
75
[ 1.3.0-arduino ] : https://github.com/ArkEcosystem/cpp-client/compare/1.2.0-arduino...1.3.0-arduino
71
76
[ #159 ] : https://github.com/ArkEcosystem/cpp-client/pull/159
72
77
[ 1.4.0 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.3.0-arduino...1.4.0-arduino
78
+ [ #185 ] : https://github.com/ArkEcosystem/cpp-client/pull/185
79
+ [ 1.4.1 ] : https://github.com/ArkEcosystem/cpp-client/compare/1.4.0-arduino...1.4.1-arduino
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 -arduino" ,
10
+ "version" : " 1.4.1 -arduino" ,
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 -arduino
2
+ version =1.4.1 -arduino
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