We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff385 commit 5a11c18Copy full SHA for 5a11c18
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## Unreleased
9
10
+## 1.0.0 - 2019-02-11
11
+
12
+### Added
13
14
+- Implement AIP11
15
+- Implement AIP18
16
17
## 0.1.1 - 2018-08-29
18
19
### Fixed
setup.py
@@ -28,7 +28,7 @@
28
setuptools.setup(
29
name='arkecosystem-crypto',
30
description='A simple Cryptography Implementation in Python for the Ark Blockchain.',
31
- version='0.1.1',
+ version='1.0.0',
32
author='Ark Ecosystem',
33
author_email='[email protected]',
34
url='https://github.com/ArkEcosystem/python-crypto',
0 commit comments