Skip to content

Commit 9303d4c

Browse files
committed
Merge remote-tracking branch 'origin/beta' into beta
2 parents 31f0161 + b9c27e7 commit 9303d4c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.4.0-beta.3](https://github.com/hyperledger/identus-apollo/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2024-08-06)
2+
3+
4+
### Features
5+
6+
* add --info to the CI ([1fa8205](https://github.com/hyperledger/identus-apollo/commit/1fa82054bb96cc4c219d55d2f1d255fe8e05cace))
7+
* add --info to the CI ([8dbd048](https://github.com/hyperledger/identus-apollo/commit/8dbd0488ca2b2409fce4eb5046806f72b8d8d08a))
8+
* replace maven section with nexusPublishing ([56824ec](https://github.com/hyperledger/identus-apollo/commit/56824ecec1e75ca5d24ee15eec4424daacfebd42))
9+
110
# [1.4.0-beta.2](https://github.com/hyperledger/identus-apollo/compare/v1.4.0-beta.1...v1.4.0-beta.2) (2024-08-05)
211

312

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.0-beta.2/Apollo.xcframework.zip",
28-
checksum: "7d9807c2dd739fb5b4909d214e105eb0a59732730dc9543534e7cbf38f0abd5e"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.3/Apollo.xcframework.zip",
28+
checksum: "ea0872b18618df459a42ce3ce43e5c84a69829053fc1796aa2b1c33d3562f604"
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.0-beta.2
1+
version = 1.4.0-beta.3
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)