Skip to content

Commit

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

### Bug Fixes

* try swift buld with xcode 14.3.1 ([077d758](077d758))
  • Loading branch information
atala-dev committed Dec 13, 2023
1 parent 077d758 commit f7574ae
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.8](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.7...v1.2.8) (2023-12-13)


### Bug Fixes

* try swift buld with xcode 14.3.1 ([077d758](https://github.com/input-output-hk/atala-prism-apollo/commit/077d758e8a2dc1ed7d8ae2f9804d9fc9dfe0751b))

## [1.2.7](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.6...v1.2.7) (2023-12-12)


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

0 comments on commit f7574ae

Please sign in to comment.