diff --git a/CHANGELOG.md b/CHANGELOG.md index c13f0fe7f..bd22e5e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.4...v1.3.5) (2024-06-10) + + +### Bug Fixes + +* Removed references to Atala in docs and variables referred to by docs ([#172](https://github.com/input-output-hk/atala-prism-apollo/issues/172)) ([ef2ae86](https://github.com/input-output-hk/atala-prism-apollo/commit/ef2ae866a85afedd30fda2192bc4519bd403acfa)) +* update usage of the bip32ed25519 wrapper. ([#174](https://github.com/input-output-hk/atala-prism-apollo/issues/174)) ([d1ee804](https://github.com/input-output-hk/atala-prism-apollo/commit/d1ee804aa314861e879a576a05426bb98ee2752b)) + ## [1.3.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.3.3...v1.3.4) (2024-05-28) diff --git a/Package.swift b/Package.swift index 6c98e8d0b..b1675057a 100644 --- a/Package.swift +++ b/Package.swift @@ -23,8 +23,8 @@ let package = Package( // RELEASE .binaryTarget( name: "ApolloBinary", - url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.4/Apollo.xcframework.zip", - checksum: "290d9221c69229a85bd9a5567d6ca29b3ac07f3e6e1bec98490ca873a4b6ef84" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.5/Apollo.xcframework.zip", + checksum: "cd1be90019a8e7f4f1ed62bd412f673d45bdbba699a7ece504e139b07b5cb49a" ) ] ) diff --git a/gradle.properties b/gradle.properties index ea32a829d..528c603ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.4 +version = 1.3.5 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true