From 481bcbc7629a403443106c8013f5b1ed2b695445 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Mon, 11 Dec 2023 11:00:00 +0000 Subject: [PATCH] chore(release): cut apollo version 1.2.3 ## [1.2.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.2...v1.2.3) (2023-12-11) ### Bug Fixes * remove failing links to unblock dokka documentation generation ([#120](https://github.com/input-output-hk/atala-prism-apollo/issues/120)) ([0e18bef](https://github.com/input-output-hk/atala-prism-apollo/commit/0e18befc1b548cf261074d436e55ffbdc3512b3d)) --- CHANGELOG.md | 7 +++++++ Package.swift | 2 +- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ee82c25..ceaff5240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.2...v1.2.3) (2023-12-11) + + +### Bug Fixes + +* remove failing links to unblock dokka documentation generation ([#120](https://github.com/input-output-hk/atala-prism-apollo/issues/120)) ([0e18bef](https://github.com/input-output-hk/atala-prism-apollo/commit/0e18befc1b548cf261074d436e55ffbdc3512b3d)) + ## [1.2.2](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.1...v1.2.2) (2023-12-05) diff --git a/Package.swift b/Package.swift index 05d8adcfd..726a5e32a 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( // RELEASE .binaryTarget( name: "ApolloBinary", - url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.2/Apollo.xcframework.zip", + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.3/Apollo.xcframework.zip", checksum: "" ) ] diff --git a/gradle.properties b/gradle.properties index b273c8aa8..983b6c852 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.2 +version = 1.2.3 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true