From 46182dfceab34744a1bdf9b69842e91b8ca684fc Mon Sep 17 00:00:00 2001 From: atala-dev Date: Thu, 23 May 2024 07:13:59 +0000 Subject: [PATCH] chore(release): cut apollo version 1.3.0 # [1.3.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.16...v1.3.0) (2024-05-23) ### Features * ed25519 derivation ([#161](https://github.com/input-output-hk/atala-prism-apollo/issues/161)) ([78814d8](https://github.com/input-output-hk/atala-prism-apollo/commit/78814d8b9f8894a3bf5724d3019d27c2b4cdbcc4)) --- CHANGELOG.md | 7 +++++++ Package.swift | 4 ++-- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af874a4b6..6dd3e3bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.16...v1.3.0) (2024-05-23) + + +### Features + +* ed25519 derivation ([#161](https://github.com/input-output-hk/atala-prism-apollo/issues/161)) ([78814d8](https://github.com/input-output-hk/atala-prism-apollo/commit/78814d8b9f8894a3bf5724d3019d27c2b4cdbcc4)) + ## [1.2.16](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.15...v1.2.16) (2024-05-09) diff --git a/Package.swift b/Package.swift index 6e67f911a..c20f0756e 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.16/Apollo.xcframework.zip", - checksum: "1a1ee6932177c5da6874783b38d168bc2a1d8decf8fc64cfff7f7186431716c1" + url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.0/Apollo.xcframework.zip", + checksum: "d60bb507e2f8529e2dedbb414791d9ae5340d81cf856192ab8e9dda104b456ba" ) ] ) diff --git a/gradle.properties b/gradle.properties index a2aab6012..5fb3cdb7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.16 +version = 1.3.0 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true