From 6de9ed937f164cd8a1b8f723e1de290a84e96599 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 31 Jan 2024 15:02:26 +0000 Subject: [PATCH] chore(release): cut wallet sdk version 2.7.0 # [2.7.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.6.0...v2.7.0) (2024-01-31) ### Bug Fixes * **DIDCommWrapper:** Crash when body is empty string ([#124](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/124)) ([ed537f6](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/ed537f6a3a165f06b1fe3c0b919213ddbaa8e9fb)) ### Features * receive and process presentation request ([#120](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/120)) ([1194d11](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/1194d11b36cab08e5bfa080a60fd2611b6c0ea39)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- tests/end-to-end/build.gradle.kts | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa48369f1..aa5b93f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.7.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.6.0...v2.7.0) (2024-01-31) + + +### Bug Fixes + +* **DIDCommWrapper:** Crash when body is empty string ([#124](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/124)) ([ed537f6](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/ed537f6a3a165f06b1fe3c0b919213ddbaa8e9fb)) + + +### Features + +* receive and process presentation request ([#120](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/120)) ([1194d11](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/1194d11b36cab08e5bfa080a60fd2611b6c0ea39)) + # [2.6.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.5.0...v2.6.0) (2023-11-29) diff --git a/gradle.properties b/gradle.properties index d823288bc..01f938e67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 2.6.0 +version = 2.7.0 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true diff --git a/tests/end-to-end/build.gradle.kts b/tests/end-to-end/build.gradle.kts index 9cf8d4a99..854be7143 100644 --- a/tests/end-to-end/build.gradle.kts +++ b/tests/end-to-end/build.gradle.kts @@ -29,7 +29,7 @@ repositories { } dependencies { - testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.6.0") + testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.7.0") testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.19.1") testImplementation("io.iohk.atala:atala-automation:0.3.0") }