diff --git a/CHANGELOG.md b/CHANGELOG.md index bfccafe3b..ff2116752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.8](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.7...v1.2.8) (2023-12-13) + + +### Bug Fixes + +* try swift buld with xcode 14.3.1 ([077d758](https://github.com/input-output-hk/atala-prism-apollo/commit/077d758e8a2dc1ed7d8ae2f9804d9fc9dfe0751b)) + ## [1.2.7](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.6...v1.2.7) (2023-12-12) diff --git a/Package.swift b/Package.swift index 0f4a34531..eafb64caa 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.7/Apollo.xcframework.zip", - checksum: "1cdecbe8b2b2e52dafecb28249299d7d1136127c69605bad262ef5777dce1357" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.8/Apollo.xcframework.zip", + checksum: "eea5836514d3cb2dff454759ce8f9b8442c61de9474587524052491a853c0c34" ) ] ) diff --git a/gradle.properties b/gradle.properties index 635d3e803..f93831a9c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.7 +version = 1.2.8 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true