Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/beta' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk committed Aug 6, 2024
2 parents 31f0161 + b9c27e7 commit 9303d4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [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)


### Features

* add --info to the CI ([1fa8205](https://github.com/hyperledger/identus-apollo/commit/1fa82054bb96cc4c219d55d2f1d255fe8e05cace))
* add --info to the CI ([8dbd048](https://github.com/hyperledger/identus-apollo/commit/8dbd0488ca2b2409fce4eb5046806f72b8d8d08a))
* replace maven section with nexusPublishing ([56824ec](https://github.com/hyperledger/identus-apollo/commit/56824ecec1e75ca5d24ee15eec4424daacfebd42))

# [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)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.2/Apollo.xcframework.zip",
checksum: "7d9807c2dd739fb5b4909d214e105eb0a59732730dc9543534e7cbf38f0abd5e"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.3/Apollo.xcframework.zip",
checksum: "ea0872b18618df459a42ce3ce43e5c84a69829053fc1796aa2b1c33d3562f604"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.4.0-beta.2
version = 1.4.0-beta.3
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 9303d4c

Please sign in to comment.