File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 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.
77
88## Unreleased
99
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+
1022## 1.0.0 - 2018-12-24
1123
1224### Removed
25+
1326- 1.0 API Support
1427
1528## 0.1.1 - 2018-08-28
1629
1730### Fixed
31+
1832- Added ` __init__.py ` to the api directory in order to include the api into the package
1933
2034## 0.1.0 - 2018-08-27
35+
2136- Initial Release
Original file line number Diff line number Diff line change 2929setuptools .setup (
3030 name = 'arkecosystem-client' ,
3131 description = 'A simple Python API client for the ARK Blockchain.' ,
32- version = '1.0 .0' ,
32+ version = '1.1 .0' ,
3333 author = 'Ark Ecosystem' ,
3434 author_email = 'info@client.io' ,
3535 url = 'https://github.com/ArkEcosystem/python-client' ,
You can’t perform that action at this time.
0 commit comments