File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.4.3] ( https://github.com/hyperledger/identus-apollo/compare/v1.4.2...v1.4.3 ) (2024-08-26)
2
9
3
10
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ let package = Package(
24
24
// RELEASE
25
25
. binaryTarget(
26
26
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 "
29
29
)
30
30
]
31
31
)
Original file line number Diff line number Diff line change 1
- version = 1.4.3
1
+ version = 1.4.4
2
2
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options =" -Xmx3072M"
3
3
kotlin.code.style = official
4
4
android.useAndroidX = true
You can’t perform that action at this time.
0 commit comments