Skip to content

Commit 5a11c18

Browse files
authored
release: 1.0.0 (#111)
1 parent 5fff385 commit 5a11c18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 1.0.0 - 2019-02-11
11+
12+
### Added
13+
14+
- Implement AIP11
15+
- Implement AIP18
16+
1017
## 0.1.1 - 2018-08-29
1118

1219
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
setuptools.setup(
2929
name='arkecosystem-crypto',
3030
description='A simple Cryptography Implementation in Python for the Ark Blockchain.',
31-
version='0.1.1',
31+
version='1.0.0',
3232
author='Ark Ecosystem',
3333
author_email='[email protected]',
3434
url='https://github.com/ArkEcosystem/python-crypto',

0 commit comments

Comments
 (0)