Skip to content

Commit

Permalink
Merge pull request #188 from ArkEcosystem/release/1.4.1-arduino
Browse files Browse the repository at this point in the history
release: 1.4.1 [arduino]
  • Loading branch information
faustbrian authored Mar 9, 2020
2 parents fd0337d + d770348 commit 68a3231
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.4.1] - 2020-03-06

### Added
- added first and last block methods ([#185])

## [1.4.0-arduino] - 2020-02-13

### Added
Expand Down Expand Up @@ -70,3 +75,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.3.0-arduino]: https://github.com/ArkEcosystem/cpp-client/compare/1.2.0-arduino...1.3.0-arduino
[#159]: https://github.com/ArkEcosystem/cpp-client/pull/159
[1.4.0]: https://github.com/ArkEcosystem/cpp-client/compare/1.3.0-arduino...1.4.0-arduino
[#185]: https://github.com/ArkEcosystem/cpp-client/pull/185
[1.4.1]: https://github.com/ArkEcosystem/cpp-client/compare/1.4.0-arduino...1.4.1-arduino
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/ArkEcosystem/Cpp-Client.git"
},
"version": "1.4.0-arduino",
"version": "1.4.1-arduino",
"authors": [
{
"name": "Ark Ecosystem",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ark-Cpp-Client
version=1.4.0-arduino
version=1.4.1-arduino
author=Ark Ecosystem
maintainer=Ark Ecosystem
sentence=A simple API client implementation in C++ for the ARK Blockchain.
Expand Down

0 comments on commit 68a3231

Please sign in to comment.