diff --git a/CHANGELOG.md b/CHANGELOG.md index 6993f28e..0fb273d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.0.0 - 2020-02-11 + +### Changed +- Upgrade Dependencies + +### Added +- Add Support for new Core v2.6 Transaction Types + ## 0.1.6 - 2019-10-15 ### Changed diff --git a/build.gradle b/build.gradle index 231a9967..00dda480 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ uploadArchives { pom.project { groupId = 'org.arkecosystem' - version = '0.1.6' + version = '1.0.0' artifactId = 'crypto' name = 'java-crypto' @@ -111,7 +111,7 @@ uploadArchives { scm { connection = 'scm:git:git://github.com/ArkEcosystem/java-crypto.git' developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-crypto.git' - url = 'https://github.com/ArkEcosystem/java-crypto/tree/0.1.6' + url = 'https://github.com/ArkEcosystem/java-crypto/tree/1.0.0' } } }