diff --git a/CHANGELOG.md b/CHANGELOG.md index 905340d2c..1d7e5fdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.0...v1.2.1) (2023-12-01) + + +### Bug Fixes + +* release has a v in the name this will fix it ([#119](https://github.com/input-output-hk/atala-prism-apollo/issues/119)) ([a85f7ad](https://github.com/input-output-hk/atala-prism-apollo/commit/a85f7ad51b9cc26292e1936c7758da1667c275eb)) + # [1.2.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.1...v1.2.0) (2023-11-30) diff --git a/Package.swift b/Package.swift index ea45aeb82..491fcecc9 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.0/Apollo.xcframework.zip", + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.1/Apollo.xcframework.zip", checksum: "" ) ] diff --git a/gradle.properties b/gradle.properties index df2aa5070..ed9335697 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.0 +version = 1.2.1 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true