Skip to content

Commit a068603

Browse files
sleepdefic1tfaustbrian
authored andcommitted
chore: bump version (#80)
1 parent a978ae9 commit a068603

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [1.2.0] - 2019-02-16
11+
## [1.2.0-arduino] - 2019-02-16
12+
13+
### Added
14+
- Arduino CircleCI config
15+
16+
### Changed
17+
- updated `keywords.txt`.
18+
- updated `./library.json` package export settings.
19+
- removed unnecessary files:
20+
- `./appveyor.yml`.
21+
- `./CMakeSettings.json`.
22+
- submodule from `cmake_example`.
23+
- removed `./src/stl` library.
24+
- moved `./docs` to `./extras` in arduino builds.
25+
- automated `ARDUINO_IDE.sh` script.
26+
- updated `ARDUINO_IDE.sh` script to reflect `lib/` changes.
27+
1028
## [1.1.0] - 2019-02-07
1129

1230
### Added

library.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/ArkEcosystem/Cpp-Client.git"
99
},
10-
"version": "1.1.0",
10+
"version": "1.2.0",
1111
"authors": [
1212
{
1313
"name": "Ark Ecosystem",
@@ -21,6 +21,8 @@
2121
"include": [
2222
"src/*",
2323
"examples/*",
24+
"docs/*",
25+
"extras/*",
2426
"*.md",
2527
"*.json",
2628
"*.properties",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ark-Cpp-Client
2-
version=1.1.0
2+
version=1.2.0
33
author=Ark Ecosystem
44
maintainer=Ark Ecosystem
55
sentence=A simple API client implementation in C++ for the ARK Blockchain.

src/include/cpp-client/arkClient.h

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifndef ARKCLIENT_H
1111
#define ARKCLIENT_H
1212

13+
#include "helpers/client_helpers.h"
1314
#include "connection/connection.h"
1415

1516
#endif

0 commit comments

Comments
 (0)