Skip to content

Commit 0917cb6

Browse files
chore(release): cut apollo version 1.5.0 # [1.5.0](v1.4.5...v1.5.0) (2025-06-09)
### Bug Fixes * CI secrets and renamed old links to new under the new organization hyperledger identus ([#201](#201)) ([242b47c](242b47c)) ### Features * update kotlin version to 2.0.20 ([#203](#203)) ([589bb48](589bb48)) Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
1 parent 589bb48 commit 0917cb6

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.5.0](https://github.com/hyperledger-identus/apollo/compare/v1.4.5...v1.5.0) (2025-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* CI secrets and renamed old links to new under the new organization hyperledger identus ([#201](https://github.com/hyperledger-identus/apollo/issues/201)) ([242b47c](https://github.com/hyperledger-identus/apollo/commit/242b47c607afa3acb82fbf765a5d35537bb98258))
7+
8+
9+
### Features
10+
11+
* update kotlin version to 2.0.20 ([#203](https://github.com/hyperledger-identus/apollo/issues/203)) ([589bb48](https://github.com/hyperledger-identus/apollo/commit/589bb48a39ee7aabd00cf7d7e70ca5eee04806aa))
12+
113
## [1.4.5](https://github.com/hyperledger-identus/apollo/compare/v1.4.4...v1.4.5) (2025-01-31)
214

315

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.5/Apollo.xcframework.zip",
28-
checksum: "7097ff98030af857718d34d021d813a3d7e19e5566fe84a0ea1556ed5ba033ed"
27+
url: "https://github.com/hyperledger-identus/apollo/releases/download/v1.5.0/Apollo.xcframework.zip",
28+
checksum: "cd9c9114514067c16ea3712476579aef6f88fb3f8bda4f93eece825cbc50893c"
2929
)
3030
]
3131
)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version = 1.4.5
1+
version = 1.5.0
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true
5-
kotlin.jvm.target=17
5+
kotlin.jvm.target = 17
66
kotlin.mpp.enableCInteropCommonization = true
77
kotlin.native.cacheKind.iosSimulatorArm64 = none
88
kotlin.native.cacheKind.iosX64 = none

0 commit comments

Comments
 (0)