Skip to content

Commit 16c7238

Browse files
chore(release): cut apollo version 1.4.5 ## [1.4.5](v1.4.4...v1.4.5) (2025-01-31)
### Bug Fixes * upgrade apollo to 6.6.1 ([#198](#198)) ([9abc11d](9abc11d)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 9abc11d commit 16c7238

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.5](https://github.com/hyperledger/identus-apollo/compare/v1.4.4...v1.4.5) (2025-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade apollo to 6.6.1 ([#198](https://github.com/hyperledger/identus-apollo/issues/198)) ([9abc11d](https://github.com/hyperledger/identus-apollo/commit/9abc11df066181a787d94f02500c4b7475d00a87))
7+
18
## [1.4.4](https://github.com/hyperledger/identus-apollo/compare/v1.4.3...v1.4.4) (2024-10-23)
29

310

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
// RELEASE
2525
.binaryTarget(
2626
name: "ApolloBinary",
27-
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.4/Apollo.xcframework.zip",
28-
checksum: "1afa20e8939161e593a4d32cd25a80b7bc6e67a29d28a59c5fd727ab7f097bed"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.5/Apollo.xcframework.zip",
28+
checksum: "7097ff98030af857718d34d021d813a3d7e19e5566fe84a0ea1556ed5ba033ed"
2929
)
3030
]
3131
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.4.4
1+
version = 1.4.5
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)