Skip to content

Commit c38976b

Browse files
chore(release): cut apollo version 1.4.4 ## [1.4.4](v1.4.3...v1.4.4) (2024-10-23)
### Bug Fixes * make fixes to ed25519 sign method + improve tests ([#195](#195)) ([354c9bd](354c9bd)) Signed-off-by: Hyperledger Bot <[email protected]>
1 parent 3d9cdad commit c38976b

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.4](https://github.com/hyperledger/identus-apollo/compare/v1.4.3...v1.4.4) (2024-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [1.4.3](https://github.com/hyperledger/identus-apollo/compare/v1.4.2...v1.4.3) (2024-08-26)
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.4.3/Apollo.xcframework.zip",
28-
checksum: "2632c90ecfabc83a84017c7bff2982ad009240397086306db032d9d556b1c7f8"
27+
url: "https://github.com/hyperledger/identus-apollo/releases/download/v1.4.4/Apollo.xcframework.zip",
28+
checksum: "1afa20e8939161e593a4d32cd25a80b7bc6e67a29d28a59c5fd727ab7f097bed"
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.3
1+
version = 1.4.4
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)