From 96ba93dd28e087436ac9e79acf6b665ef84a94bf Mon Sep 17 00:00:00 2001 From: supaiku <1311798+supaiku0@users.noreply.github.com> Date: Wed, 10 Jul 2019 04:27:42 +0200 Subject: [PATCH] release: 0.1.4 (#43) --- CHANGELOG.md | 10 ++++++++++ build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b81377..1210573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 0.1.4 - 2019-10-07 + +### Removed +- ARK V1 legacy API support + + +### Changed +- Updated dependencies + + ## 0.1.3 - 2019-25-04 ### Fixed diff --git a/build.gradle b/build.gradle index 3a871a7..f401eb4 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ uploadArchives { pom.project { groupId = 'org.arkecosystem' - version = '0.1.3' + version = '0.1.4' artifactId = 'client' name = 'java-client' @@ -79,7 +79,7 @@ uploadArchives { scm { connection = 'scm:git:git://github.com/ArkEcosystem/java-client.git' developerConnection = 'scm:git:ssh://github.com:ArkEcosystem/java-client.git' - url = 'https://github.com/ArkEcosystem/java-client/tree/0.1.2' + url = 'https://github.com/ArkEcosystem/java-client/tree/0.1.4' } } }