Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.10
Browse files Browse the repository at this point in the history
## [1.2.10](v1.2.9...v1.2.10) (2023-12-20)

### Bug Fixes

* crypto is not defined ([#136](#136)) ([3ef02fe](3ef02fe))
* Gradle publish script ([#134](#134)) ([3f4cce5](3f4cce5))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent 2be373a commit 220693d
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.10](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.9...v1.2.10) (2023-12-20)


### Bug Fixes

* crypto is not defined ([#136](https://github.com/input-output-hk/atala-prism-apollo/issues/136)) ([3ef02fe](https://github.com/input-output-hk/atala-prism-apollo/commit/3ef02feaff43a5203a0b3a209cb8da88df6a54df))
* Gradle publish script ([#134](https://github.com/input-output-hk/atala-prism-apollo/issues/134)) ([3f4cce5](https://github.com/input-output-hk/atala-prism-apollo/commit/3f4cce516cf5edd11dfbfefa4639772de996e997))

## [1.2.9](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.8...v1.2.9) (2023-12-14)


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.9/Apollo.xcframework.zip",
checksum: "4ec51e85ee27037a94c0c100cd7402ce4687050ea2f18390d9877d4011e0847b"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.10/Apollo.xcframework.zip",
checksum: "aaf00c1eaa5306f2ec52783a5787111e42ffe8c2daef6fc66b28f9aa441edbe9"
)
]
)
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.9
version = 1.2.10
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 220693d

Please sign in to comment.