Skip to content

Commit

Permalink
chore(release): cut apollo version 1.4.4 ## [1.4.4](v1.4.3...v1.4.4) …
Browse files Browse the repository at this point in the history
…(2024-10-23)

### Bug Fixes

* make fixes to ed25519 sign method + improve tests ([#195](#195)) ([354c9bd](354c9bd))

Signed-off-by: Hyperledger Bot <[email protected]>
  • Loading branch information
hyperledger-bot committed Oct 23, 2024
1 parent 3d9cdad commit c38976b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.4](https://github.com/hyperledger/identus-apollo/compare/v1.4.3...v1.4.4) (2024-10-23)


### Bug Fixes

* make fixes to ed25519 sign method + improve tests ([#195](https://github.com/hyperledger/identus-apollo/issues/195)) ([354c9bd](https://github.com/hyperledger/identus-apollo/commit/354c9bdd12027a16fe598dfab187153dd465cd23))

## [1.4.3](https://github.com/hyperledger/identus-apollo/compare/v1.4.2...v1.4.3) (2024-08-26)


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.3/Apollo.xcframework.zip",
checksum: "2632c90ecfabc83a84017c7bff2982ad009240397086306db032d9d556b1c7f8"
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.4/Apollo.xcframework.zip",
checksum: "1afa20e8939161e593a4d32cd25a80b7bc6e67a29d28a59c5fd727ab7f097bed"
)
]
)
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.3
version = 1.4.4
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit c38976b

Please sign in to comment.