From 7269789cd29ccab14351b5a985bcfea8fc1eb9b9 Mon Sep 17 00:00:00 2001 From: hyperledgerci Date: Fri, 12 Jul 2024 11:38:38 +0000 Subject: [PATCH] chore(release): cut apollo version 1.3.20 ## [1.3.20](https://github.com/hyperledger/identus-apollo/compare/v1.3.19...v1.3.20) (2024-07-12) ### Bug Fixes * revert import action version ([c4bd736](https://github.com/hyperledger/identus-apollo/commit/c4bd7367c8c51c3266f298ef1c23cb99e05c296d)) * Update to node20 actions ([#184](https://github.com/hyperledger/identus-apollo/issues/184)) ([0e38317](https://github.com/hyperledger/identus-apollo/commit/0e38317f22c239df10a87797895303f1f18019b1)) Signed-off-by: Hyperledger Bot --- CHANGELOG.md | 8 ++++++++ Package.swift | 4 ++-- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8621f4e..fd4a47652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.20](https://github.com/hyperledger/identus-apollo/compare/v1.3.19...v1.3.20) (2024-07-12) + + +### Bug Fixes + +* revert import action version ([c4bd736](https://github.com/hyperledger/identus-apollo/commit/c4bd7367c8c51c3266f298ef1c23cb99e05c296d)) +* Update to node20 actions ([#184](https://github.com/hyperledger/identus-apollo/issues/184)) ([0e38317](https://github.com/hyperledger/identus-apollo/commit/0e38317f22c239df10a87797895303f1f18019b1)) + ## [1.3.19](https://github.com/hyperledger/identus-apollo/compare/v1.3.18...v1.3.19) (2024-07-12) diff --git a/Package.swift b/Package.swift index 7ee2c0cf6..7114306f3 100644 --- a/Package.swift +++ b/Package.swift @@ -24,8 +24,8 @@ let package = Package( // RELEASE .binaryTarget( name: "ApolloBinary", - url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.19/Apollo.xcframework.zip", - checksum: "3807f19fda475f12265c46fd4c64ff65ef13d4591370be99d9a89e0ee139faa9" + url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.3.20/Apollo.xcframework.zip", + checksum: "3d68b6deaeae9d90e224c556509620b0a589892f5c5994fd8bd89472d10a4fa0" ) ] ) diff --git a/gradle.properties b/gradle.properties index 1a840e3a5..bfa8cefd3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.19 +version = 1.3.20 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true