Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.11
Browse files Browse the repository at this point in the history
## [1.2.11](v1.2.10...v1.2.11) (2024-03-06)

### Bug Fixes

* Apple crash when creating seed with empty string passphrase ([#146](#146)) ([ce739dd](ce739dd))
* upgrade gradle & libs ([#147](#147)) ([b0906dd](b0906dd))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent e5cac90 commit 1cdc35a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.11](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.10...v1.2.11) (2024-03-06)


### Bug Fixes

* Apple crash when creating seed with empty string passphrase ([#146](https://github.com/input-output-hk/atala-prism-apollo/issues/146)) ([ce739dd](https://github.com/input-output-hk/atala-prism-apollo/commit/ce739ddc0477e239c213475b88653229b9781370))
* upgrade gradle & libs ([#147](https://github.com/input-output-hk/atala-prism-apollo/issues/147)) ([b0906dd](https://github.com/input-output-hk/atala-prism-apollo/commit/b0906ddc938e8dec55848ec3157e85b18b252315))

## [1.2.10](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.9...v1.2.10) (2023-12-20)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.10/Apollo.xcframework.zip",
checksum: "aaf00c1eaa5306f2ec52783a5787111e42ffe8c2daef6fc66b28f9aa441edbe9"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.11/Apollo.xcframework.zip",
checksum: "1194889d4eb7264117206dbe6ce4bab1c9ed8a12131df1403a2f240da52635b4"
)
]
)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.2.10
version = 1.2.11
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 1cdc35a

Please sign in to comment.