Skip to content

Commit ae96688

Browse files
authored
release: 1.1.0 (#108)
1 parent d28162a commit ae96688

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
setuptools.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='[email protected]',
3535
url='https://github.com/ArkEcosystem/python-client',

0 commit comments

Comments
 (0)