Skip to content

Commit

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

### Bug Fixes

* ci pipelienes to use correct env vars ([7ee131f](7ee131f))
  • Loading branch information
atala-dev committed Dec 14, 2023
1 parent 7ee131f commit c2bf114
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.9](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.8...v1.2.9) (2023-12-14)


### Bug Fixes

* ci pipelienes to use correct env vars ([7ee131f](https://github.com/input-output-hk/atala-prism-apollo/commit/7ee131f7dcab15820885904d264681f9860e8256))

## [1.2.8](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.7...v1.2.8) (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.8/Apollo.xcframework.zip",
checksum: "4f5871c148645804c004f531d33e58996dd1b1ea6500424c6ff4d216f6503461"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.9/Apollo.xcframework.zip",
checksum: "4ec51e85ee27037a94c0c100cd7402ce4687050ea2f18390d9877d4011e0847b"
)
]
)
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.8
version = 1.2.9
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit c2bf114

Please sign in to comment.