From 046e5de4e1535bfb98e9ae3cea677e999541920e Mon Sep 17 00:00:00 2001 From: atala-dev Date: Wed, 6 Mar 2024 18:35:18 +0000 Subject: [PATCH] chore(release): cut apollo version 1.2.11 ## [1.2.11](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.10...v1.2.11) (2024-03-06) ### Bug Fixes * Apple crash when creating seed with empty string passphrase ([#146](https://github.com/input-output-hk/atala-prism-apollo/issues/146)) ([ce739dd](https://github.com/input-output-hk/atala-prism-apollo/commit/ce739ddc0477e239c213475b88653229b9781370)) * upgrade gradle & libs ([#147](https://github.com/input-output-hk/atala-prism-apollo/issues/147)) ([b0906dd](https://github.com/input-output-hk/atala-prism-apollo/commit/b0906ddc938e8dec55848ec3157e85b18b252315)) --- CHANGELOG.md | 8 ++++++++ Package.swift | 4 ++-- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9286518a..4bac8e435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.11](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.10...v1.2.11) (2024-03-06) + + +### Bug Fixes + +* Apple crash when creating seed with empty string passphrase ([#146](https://github.com/input-output-hk/atala-prism-apollo/issues/146)) ([ce739dd](https://github.com/input-output-hk/atala-prism-apollo/commit/ce739ddc0477e239c213475b88653229b9781370)) +* upgrade gradle & libs ([#147](https://github.com/input-output-hk/atala-prism-apollo/issues/147)) ([b0906dd](https://github.com/input-output-hk/atala-prism-apollo/commit/b0906ddc938e8dec55848ec3157e85b18b252315)) + ## [1.2.10](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.9...v1.2.10) (2023-12-20) diff --git a/Package.swift b/Package.swift index 151b735a1..98471880f 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.2.10/Apollo.xcframework.zip", - checksum: "aaf00c1eaa5306f2ec52783a5787111e42ffe8c2daef6fc66b28f9aa441edbe9" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.11/Apollo.xcframework.zip", + checksum: "1194889d4eb7264117206dbe6ce4bab1c9ed8a12131df1403a2f240da52635b4" ) ] ) diff --git a/gradle.properties b/gradle.properties index 5a8c7d59a..7c374a401 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.10 +version = 1.2.11 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true