Skip to content

Commit

Permalink
chore: bump version (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepdefic1t authored and faustbrian committed Feb 17, 2019
1 parent a978ae9 commit a068603
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [1.2.0] - 2019-02-16
## [1.2.0-arduino] - 2019-02-16

### Added
- Arduino CircleCI config

### Changed
- updated `keywords.txt`.
- updated `./library.json` package export settings.
- removed unnecessary files:
- `./appveyor.yml`.
- `./CMakeSettings.json`.
- submodule from `cmake_example`.
- removed `./src/stl` library.
- moved `./docs` to `./extras` in arduino builds.
- automated `ARDUINO_IDE.sh` script.
- updated `ARDUINO_IDE.sh` script to reflect `lib/` changes.

## [1.1.0] - 2019-02-07

### Added
Expand Down
4 changes: 3 additions & 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.1.0",
"version": "1.2.0",
"authors": [
{
"name": "Ark Ecosystem",
Expand All @@ -21,6 +21,8 @@
"include": [
"src/*",
"examples/*",
"docs/*",
"extras/*",
"*.md",
"*.json",
"*.properties",
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.1.0
version=1.2.0
author=Ark Ecosystem
maintainer=Ark Ecosystem
sentence=A simple API client implementation in C++ for the ARK Blockchain.
Expand Down
1 change: 1 addition & 0 deletions src/include/cpp-client/arkClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifndef ARKCLIENT_H
#define ARKCLIENT_H

#include "helpers/client_helpers.h"
#include "connection/connection.h"

#endif

0 comments on commit a068603

Please sign in to comment.