Skip to content

Commit

Permalink
chore(release): cut apollo version 1.4.0-beta.2 # [1.4.0-beta.2](v1.4…
Browse files Browse the repository at this point in the history
….0-beta.1...v1.4.0-beta.2) (2024-08-05)

### Features

* add --info to the CI ([b85edb7](b85edb7))
* rollback oss.sonatype url and upgrade a gradle-release-plugin to 1.9.2 version ([23e5be8](23e5be8))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Aug 5, 2024
1 parent 23e5be8 commit f86c4a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [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)


### Features

* add --info to the CI ([b85edb7](https://github.com/hyperledger/identus-apollo/commit/b85edb717a12fabdbc8becded70b20b1cfd0e077))
* rollback oss.sonatype url and upgrade a gradle-release-plugin to 1.9.2 version ([23e5be8](https://github.com/hyperledger/identus-apollo/commit/23e5be8ca6601fc787e5ac0407ce3c6f01616dea))

# [1.4.0-beta.1](https://github.com/hyperledger/identus-apollo/compare/v1.3.24...v1.4.0-beta.1) (2024-08-02)


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.1/Apollo.xcframework.zip",
checksum: "35b9d7dd40f140040e9f15d5401ae3be75e21cac18fb6bc0acd846b15d706ead"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.0-beta.2/Apollo.xcframework.zip",
checksum: "7d9807c2dd739fb5b4909d214e105eb0a59732730dc9543534e7cbf38f0abd5e"
)
]
)
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.1
version = 1.4.0-beta.2
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit f86c4a2

Please sign in to comment.