Skip to content

Commit

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

### Bug Fixes

* correct swift checksum generation during packaging ([#128](#128)) ([d102216](d102216))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent 9ffca0e commit db3f9c5
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.6](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.5...v1.2.6) (2023-12-12)


### Bug Fixes

* correct swift checksum generation during packaging ([#128](https://github.com/input-output-hk/atala-prism-apollo/issues/128)) ([d102216](https://github.com/input-output-hk/atala-prism-apollo/commit/d10221638ec5338b29d54fc006a1dc64fc5a5016))

## [1.2.5](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.4...v1.2.5) (2023-12-11)


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

0 comments on commit db3f9c5

Please sign in to comment.