Skip to content

Commit

Permalink
chore(release): cut wallet sdk version 2.3.1
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2023-08-30)

### Bug Fixes

* **pollux:** fix JWTPayload serlization & Update Error Handling ([#97](#97)) ([9eb3927](9eb3927))
  • Loading branch information
atala-dev committed Aug 30, 2023
1 parent 9eb3927 commit c23e0ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.3.0...v2.3.1) (2023-08-30)


### Bug Fixes

* **pollux:** fix JWTPayload serlization & Update Error Handling ([#97](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/97)) ([9eb3927](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/9eb39274c119b293c26dd4e81be674d06fda9fd4))

# [2.3.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.2.0...v2.3.0) (2023-08-30)


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.3.0
version = 2.3.1
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 @@ -22,7 +22,7 @@ repositories {
}

dependencies {
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.3.0")
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.3.1")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.9.2")
testImplementation("io.iohk.atala:atala-automation:0.1.2")
}
Expand Down

0 comments on commit c23e0ac

Please sign in to comment.