Skip to content

Commit

Permalink
chore(release): cut wallet sdk version 2.4.0
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.2...v2.4.0) (2023-10-26)

### Features

* anoncreds receive and store ([#91](#91)) ([5a757dd](5a757dd))
* cryptographic abstraction and apollo integration ([#100](#100)) ([0549258](0549258))
  • Loading branch information
atala-dev committed Oct 26, 2023
1 parent 5a757dd commit 416c3ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.4.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.3.2...v2.4.0) (2023-10-26)


### Features

* anoncreds receive and store ([#91](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/91)) ([5a757dd](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/5a757dd7add814bdb35901fee1e4d0f9cef3c1ad))
* cryptographic abstraction and apollo integration ([#100](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/issues/100)) ([0549258](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/commit/0549258251a69eebc3f032466263575966dbad21))

## [2.3.2](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm/compare/v2.3.1...v2.3.2) (2023-09-19)


Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.3.2
version = 2.4.0
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand All @@ -7,5 +7,5 @@ kotlin.native.cacheKind.iosSimulatorArm64 = none
apollo_version = 1.0.2
didpeer_version = 1.0.4-alpha
kotlin.mpp.androidSourceSetLayoutVersion = 2
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true
kotlinx.atomicfu.enableJvmIrTransformation = true
kotlinx.atomicfu.enableJsIrTransformation = true
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.3.2")
testImplementation("io.iohk.atala.prism.walletsdk:atala-prism-sdk:2.4.0")
testImplementation("io.iohk.atala.prism:prism-kotlin-client:1.9.2")
testImplementation("io.iohk.atala:atala-automation:0.3.0")
}
Expand Down

0 comments on commit 416c3ee

Please sign in to comment.