Skip to content

Commit 50ff676

Browse files
atala-devhamada147
authored andcommitted
chore(release): cut apollo version 1.2.16
## [1.2.16](v1.2.15...v1.2.16) (2024-05-09) ### Bug Fixes * Invalid signature integer: negative on JS platform ([#158](#158)) ([0b454e0](0b454e0))
1 parent 08f8516 commit 50ff676

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.2.16](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.15...v1.2.16) (2024-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Invalid signature integer: negative on JS platform ([#158](https://github.com/input-output-hk/atala-prism-apollo/issues/158)) ([0b454e0](https://github.com/input-output-hk/atala-prism-apollo/commit/0b454e01829b181a5077ccb1f7d8725cd86f85b9))
7+
18
## [1.2.15](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.14...v1.2.15) (2024-05-07)
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.15/Apollo.xcframework.zip",
27-
checksum: "322ae930c8882032fa325ac280cb09d2872e655095d8cace55dcabdf7e2de107"
26+
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.16/Apollo.xcframework.zip",
27+
checksum: "1a1ee6932177c5da6874783b38d168bc2a1d8decf8fc64cfff7f7186431716c1"
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.15
1+
version = 1.2.16
22
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
33
kotlin.code.style = official
44
android.useAndroidX = true

0 commit comments

Comments
 (0)