diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a78228d..e3fd903b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.5...v1.2.6) (2023-12-12) + + +### Bug Fixes + +* correct swift checksum generation during packaging ([#128](https://github.com/input-output-hk/atala-prism-apollo/issues/128)) ([d102216](https://github.com/input-output-hk/atala-prism-apollo/commit/d10221638ec5338b29d54fc006a1dc64fc5a5016)) + ## [1.2.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.4...v1.2.5) (2023-12-11) diff --git a/Package.swift b/Package.swift index 25ee95f8e..8359701e9 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.5/Apollo.xcframework.zip", - checksum: + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.6/Apollo.xcframework.zip", + checksum: "d208baf551bd32398d1195d3f9509d71eb918415193fd9a741d3b85850a15dec" ) ] ) diff --git a/gradle.properties b/gradle.properties index 75d8e373a..551ecb45d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.5 +version = 1.2.6 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true