From 8387a6becc33a9ed6956c799d71d8db2293872ae Mon Sep 17 00:00:00 2001 From: atala-dev Date: Tue, 6 Feb 2024 15:55:57 +0000 Subject: [PATCH] chore(release): cut wallet sdk version 1.1.0 # [1.1.0](https://github.com/input-output-hk/atala-prism-didcomm-kmm/compare/v1.0.0...v1.1.0) (2024-02-06) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Features * Update peer-did creation and resolution inline with … ([#14](https://github.com/input-output-hk/atala-prism-didcomm-kmm/issues/14)) ([cb52a8d](https://github.com/input-output-hk/atala-prism-didcomm-kmm/commit/cb52a8d75420f6a62315357e2a26b3b6d86d92a1)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc1b1a..0f29c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/input-output-hk/atala-prism-didcomm-kmm/compare/v1.0.0...v1.1.0) (2024-02-06) + + +### Features + +* Update peer-did creation and resolution inline with … ([#14](https://github.com/input-output-hk/atala-prism-didcomm-kmm/issues/14)) ([cb52a8d](https://github.com/input-output-hk/atala-prism-didcomm-kmm/commit/cb52a8d75420f6a62315357e2a26b3b6d86d92a1)) + # 1.0.0 (2024-01-19) diff --git a/gradle.properties b/gradle.properties index 377e1bc..dcf9b54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.0.0 +version = 1.1.0 #Gradle org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" #Kotlin