From c2bf114fa30b0730c4366f60d980ccd30abfd50e Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 14 Dec 2023 17:15:52 +0000 Subject: [PATCH] chore(release): cut apollo version 1.2.9 ## [1.2.9](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.8...v1.2.9) (2023-12-14) ### Bug Fixes * ci pipelienes to use correct env vars ([7ee131f](https://github.com/input-output-hk/atala-prism-apollo/commit/7ee131f7dcab15820885904d264681f9860e8256)) --- CHANGELOG.md | 7 +++++++ Package.swift | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f076ca10..3624c84e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.9](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.8...v1.2.9) (2023-12-14) + + +### Bug Fixes + +* ci pipelienes to use correct env vars ([7ee131f](https://github.com/input-output-hk/atala-prism-apollo/commit/7ee131f7dcab15820885904d264681f9860e8256)) + ## [1.2.8](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.7...v1.2.8) (2023-12-14) diff --git a/Package.swift b/Package.swift index afb2ca697..054533fb7 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.8/Apollo.xcframework.zip", - checksum: "4f5871c148645804c004f531d33e58996dd1b1ea6500424c6ff4d216f6503461" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.9/Apollo.xcframework.zip", + checksum: "4ec51e85ee27037a94c0c100cd7402ce4687050ea2f18390d9877d4011e0847b" ) ] ) diff --git a/gradle.properties b/gradle.properties index f93831a9c..92793f9fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.8 +version = 1.2.9 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true