Skip to content

Commit

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

### Bug Fixes

* ci xcode version needs to be updated ([#129](#129)) ([c0cbf88](c0cbf88))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent e72287e commit 82d1bf8
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.7](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.6...v1.2.7) (2023-12-12)


### Bug Fixes

* ci xcode version needs to be updated ([#129](https://github.com/input-output-hk/atala-prism-apollo/issues/129)) ([c0cbf88](https://github.com/input-output-hk/atala-prism-apollo/commit/c0cbf881855d6cff60c8e5f4a451bedeb7dfe6bf))

## [1.2.6](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.5...v1.2.6) (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.6/Apollo.xcframework.zip",
checksum: "d208baf551bd32398d1195d3f9509d71eb918415193fd9a741d3b85850a15dec"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.7/Apollo.xcframework.zip",
checksum: "1cdecbe8b2b2e52dafecb28249299d7d1136127c69605bad262ef5777dce1357"
)
]
)
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.6
version = 1.2.7
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 82d1bf8

Please sign in to comment.