diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbcd711e..905340d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.1...v1.2.0) (2023-11-30) + + +### Bug Fixes + +* ci swift package ([#118](https://github.com/input-output-hk/atala-prism-apollo/issues/118)) ([e13b9ca](https://github.com/input-output-hk/atala-prism-apollo/commit/e13b9caa9ee0c364bfa1c889e44b0561af55abb4)) + + +### Features + +* Reorganise Apollo ([#116](https://github.com/input-output-hk/atala-prism-apollo/issues/116)) ([6b8299b](https://github.com/input-output-hk/atala-prism-apollo/commit/6b8299bde9f653f261e103e4dc739d92482c9f08)) + ## [1.1.1](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.1.0...v1.1.1) (2023-11-21) diff --git a/Package.swift b/Package.swift index b2ef91dd4..2811bbfc4 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/1.0.15/Apollo.xcframework.zip", - checksum: "ef5242b354dfa922576061da1830ae3037c9ba4a26aeed1c84ce13380bd49fb7" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/1.2.0/Apollo.xcframework.zip", + checksum: "" ) ] ) diff --git a/gradle.properties b/gradle.properties index fdfc36a91..df2aa5070 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.1.1 +version = 1.2.0 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true @@ -7,4 +7,4 @@ kotlin.native.cacheKind.iosSimulatorArm64 = none kotlin.native.cacheKind.iosX64 = none kotlin.native.cacheKind.iosArm64 = none kotlin.native.cacheKind.macosArm64 = none -kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true +kotlin.mpp.androidSourceSetLayoutVersion1.nowarn = true