From 417906f4c06cd771d466480b94c9446a000ae629 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 14 Mar 2024 17:51:00 +0000 Subject: [PATCH] chore(release): cut apollo version 1.2.12 ## [1.2.12](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.11...v1.2.12) (2024-03-14) ### Bug Fixes * The need to publish another module to use Apollo ([#149](https://github.com/input-output-hk/atala-prism-apollo/issues/149)) ([91554d9](https://github.com/input-output-hk/atala-prism-apollo/commit/91554d92aef5ab0165cf7868f5c7808673a03af1)) --- 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 4bac8e435..85a57d3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.12](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.11...v1.2.12) (2024-03-14) + + +### Bug Fixes + +* The need to publish another module to use Apollo ([#149](https://github.com/input-output-hk/atala-prism-apollo/issues/149)) ([91554d9](https://github.com/input-output-hk/atala-prism-apollo/commit/91554d92aef5ab0165cf7868f5c7808673a03af1)) + ## [1.2.11](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.10...v1.2.11) (2024-03-06) diff --git a/Package.swift b/Package.swift index 98471880f..eb0cf92f2 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.11/Apollo.xcframework.zip", - checksum: "1194889d4eb7264117206dbe6ce4bab1c9ed8a12131df1403a2f240da52635b4" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.12/Apollo.xcframework.zip", + checksum: "4e4513c0844e27936251b0bfab6b61f2913ef9568f72f827247a86cfee833af3" ) ] ) diff --git a/gradle.properties b/gradle.properties index 7c374a401..82f73b452 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.11 +version = 1.2.12 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true