Skip to content

Commit

Permalink
chore(release): cut wallet sdk version 2.7.0
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
atala-dev committed Jan 31, 2024
1 parent 182d49c commit 6de9ed9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 6de9ed9

Please sign in to comment.