File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
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.4.0 " ,
10+ "version" : " 1.4.1 " ,
1111 "authors" : [
1212 {
1313 "name" : " Ark Ecosystem" ,
Original file line number Diff line number Diff line change 11name =Ark-Cpp-Client
2- version =1.4.0
2+ version =1.4.1
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