From 772ddf5c02ef96a5c2919aaf1273781fdbedd119 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Mon, 20 Nov 2023 12:04:35 +0000 Subject: [PATCH] chore(release): cut wallet sdk version 2.5.0 # [2.5.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.4.0...v2.5.0) (2023-11-20) ### Features * mediator DID can be updated from sample app UI ([#106](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/106)) ([f20e1bb](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/f20e1bbe98ab6990da69d0c26e733c3a3dc1c604)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- tests/end-to-end/build.gradle.kts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e138c3a..62c8e799f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.4.0...v2.5.0) (2023-11-20) + + +### Features + +* mediator DID can be updated from sample app UI ([#106](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/106)) ([f20e1bb](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/f20e1bbe98ab6990da69d0c26e733c3a3dc1c604)) + # [2.4.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.3.2...v2.4.0) (2023-10-26) diff --git a/gradle.properties b/gradle.properties index b86d66987..82d2c17b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 2.4.0 +version = 2.5.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 517aeca4b..5a46ecb62 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.4.0") + testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.5.0") testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.9.2") testImplementation("io.iohk.atala:atala-automation:0.3.0") }