Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.1.0 #108

Merged
merged 2 commits into from Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,15 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.0 - 2020-02-11

### Added

- Implement `bridgechains/*` endpoints
- Implement `businesses/*` endpoints
- Implement `locks/*` endpoints
- Implement `rounds/*` endpoints
- Implement `node/configuration/crypto` endpoint
- Implement `node/fees` endpoint
- Implement `wallets/{id}/locks` endpoint

## 1.0.0 - 2018-12-24

### Removed

- 1.0 API Support

## 0.1.1 - 2018-08-28

### Fixed

- Added `__init__.py` to the api directory in order to include the api into the package

## 0.1.0 - 2018-08-27

- Initial Release
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
setuptools.setup(
name='arkecosystem-client',
description='A simple Python API client for the ARK Blockchain.',
version='1.0.0',
version='1.1.0',
author='Ark Ecosystem',
author_email='info@client.io',
url='https://github.com/ArkEcosystem/python-client',
Expand Down