File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## 1.1.0 - 2020-02-11
11
+
12
+ ### Added
13
+
14
+ - Implement ` bridgechains/* ` endpoints
15
+ - Implement ` businesses/* ` endpoints
16
+ - Implement ` locks/* ` endpoints
17
+ - Implement ` rounds/* ` endpoints
18
+ - Implement ` node/configuration/crypto ` endpoint
19
+ - Implement ` node/fees ` endpoint
20
+ - Implement ` wallets/{id}/locks ` endpoint
21
+
10
22
## 1.0.0 - 2018-12-24
11
23
12
24
### Removed
25
+
13
26
- 1.0 API Support
14
27
15
28
## 0.1.1 - 2018-08-28
16
29
17
30
### Fixed
31
+
18
32
- Added ` __init__.py ` to the api directory in order to include the api into the package
19
33
20
34
## 0.1.0 - 2018-08-27
35
+
21
36
- Initial Release
Original file line number Diff line number Diff line change 29
29
setuptools .setup (
30
30
name = 'arkecosystem-client' ,
31
31
description = 'A simple Python API client for the ARK Blockchain.' ,
32
- version = '1.0 .0' ,
32
+ version = '1.1 .0' ,
33
33
author = 'Ark Ecosystem' ,
34
34
35
35
url = 'https://github.com/ArkEcosystem/python-client' ,
You can’t perform that action at this time.
0 commit comments