Skip to content

Commit 46182df

Browse files
committed
chore(release): cut apollo version 1.3.0
# [1.3.0](v1.2.16...v1.3.0) (2024-05-23) ### Features * ed25519 derivation ([#161](#161)) ([78814d8](78814d8))
1 parent d612629 commit 46182df

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.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+
18
## [1.2.16](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.15...v1.2.16) (2024-05-09)
29

310

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
// RELEASE
2424
.binaryTarget(
2525
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"
2828
)
2929
]
3030
)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.2.16
1+
version = 1.3.0
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)