Skip to content

Commit 6438adc

Browse files
chore(release): cut apollo version 1.4.6-rc.1 ## [1.4.6-rc.1](v1.4.5...v1.4.6-rc.1) (2025-03-13)
### Bug Fixes * add rc to the release from the beta branch ([5e666a0](5e666a0)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 5e666a0 commit 6438adc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.6-rc.1](https://github.com/hyperledger-identus/apollo/compare/v1.4.5...v1.4.6-rc.1) (2025-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add rc to the release from the beta branch ([5e666a0](https://github.com/hyperledger-identus/apollo/commit/5e666a0ebf344673d4f09f97f3c54661caa2f8cf))
7+
18
## [1.4.5](https://github.com/hyperledger-identus/apollo/compare/v1.4.4...v1.4.5) (2025-01-31)
29

310

Package.swift

+2-2
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.4.6-rc.1/Apollo.xcframework.zip",
28+
checksum: "08d109472e6026e7d8be8fc9bb84960ffd5a6b2989968784a736e8f0dcd6c542"
2929
)
3030
]
3131
)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.4.5
1+
version = 1.4.6-rc.1
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)