Skip to content

Commit 6de9ed9

Browse files
committed
chore(release): cut wallet sdk version 2.7.0
# [2.7.0](v2.6.0...v2.7.0) (2024-01-31) ### Bug Fixes * **DIDCommWrapper:** Crash when body is empty string ([#124](#124)) ([ed537f6](ed537f6)) ### Features * receive and process presentation request ([#120](#120)) ([1194d11](1194d11))
1 parent 182d49c commit 6de9ed9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.7.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.6.0...v2.7.0) (2024-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
### Features
10+
11+
* 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))
12+
113
# [2.6.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.5.0...v2.6.0) (2023-11-29)
214

315

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.6.0
1+
version = 2.7.0
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

tests/end-to-end/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.6.0")
32+
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.7.0")
3333
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.19.1")
3434
testImplementation("io.iohk.atala:atala-automation:0.3.0")
3535
}

0 commit comments

Comments
 (0)