Skip to content

Commit 453aef6

Browse files
chore(release): cut apollo version 1.4.0 # [1.4.0](v1.3.24...v1.4.0) (2024-08-02)
### Features * almost empty commit to test the release ([#186](#186)) ([89b28a9](89b28a9)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 89b28a9 commit 453aef6

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.0](https://github.com/hyperledger/identus-apollo/compare/v1.3.24...v1.4.0) (2024-08-02)
2+
3+
4+
### Features
5+
6+
* almost empty commit to test the release ([#186](https://github.com/hyperledger/identus-apollo/issues/186)) ([89b28a9](https://github.com/hyperledger/identus-apollo/commit/89b28a98e0fa82c5e935138c40024857101bbb4f))
7+
18
## [1.3.24](https://github.com/hyperledger/identus-apollo/compare/v1.3.23...v1.3.24) (2024-07-19)
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.3.24/Apollo.xcframework.zip",
28-
checksum: "05c4557410b7b4bcee5ad18943b729f3f1ffa9320dfe2f8159179eb99a0354fc"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0/Apollo.xcframework.zip",
28+
checksum: "de744fb129cc1f60fe8ea4ac5fd511ee97a18ac596a102dc78dd25431871a704"
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.3.24
1+
version = 1.4.0
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)