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.3.0] ( https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.16...v1.3.0 ) (2024-05-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * ed25519 derivation ([ #161 ] ( https://github.com/input-output-hk/atala-prism-apollo/issues/161 ) ) ([ 78814d8] ( https://github.com/input-output-hk/atala-prism-apollo/commit/78814d8b9f8894a3bf5724d3019d27c2b4cdbcc4 ) )
7
+
1
8
## [ 1.2.16] ( https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.15...v1.2.16 ) (2024-05-09)
2
9
3
10
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ let package = Package(
23
23
// RELEASE
24
24
. binaryTarget(
25
25
name: " ApolloBinary " ,
26
- url: " https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.16 /Apollo.xcframework.zip " ,
27
- checksum: " 1a1ee6932177c5da6874783b38d168bc2a1d8decf8fc64cfff7f7186431716c1 "
26
+ url: " https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.3.0 /Apollo.xcframework.zip " ,
27
+ checksum: " d60bb507e2f8529e2dedbb414791d9ae5340d81cf856192ab8e9dda104b456ba "
28
28
)
29
29
]
30
30
)
Original file line number Diff line number Diff line change 1
- version = 1.2.16
1
+ version = 1.3.0
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