Skip to content

Commit

Permalink
chore(release): cut apollo version 1.2.4
Browse files Browse the repository at this point in the history
## [1.2.4](v1.2.3...v1.2.4) (2023-12-11)

### Bug Fixes

* checksum correctly updated ([#123](#123)) ([6dd4d2e](6dd4d2e))
* checkum CI script second try ([#124](#124)) ([fc6be41](fc6be41))
  • Loading branch information
atala-dev authored and hamada147 committed May 20, 2024
1 parent c4051f7 commit 3712b6a
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.4](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.3...v1.2.4) (2023-12-11)


### Bug Fixes

* checksum correctly updated ([#123](https://github.com/input-output-hk/atala-prism-apollo/issues/123)) ([6dd4d2e](https://github.com/input-output-hk/atala-prism-apollo/commit/6dd4d2edb2ad399641cb983f16ab3e970c9a5312))
* checkum CI script second try ([#124](https://github.com/input-output-hk/atala-prism-apollo/issues/124)) ([fc6be41](https://github.com/input-output-hk/atala-prism-apollo/commit/fc6be416a254244764a086d33370052d22a14ba8))

## [1.2.3](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.2...v1.2.3) (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.3/Apollo.xcframework.zip",
checksum: ""
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v0.0.0/Apollo.xcframework.zip",
checksum:
)
]
)
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.3
version = 1.2.4
org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M"
kotlin.code.style = official
android.useAndroidX = true
Expand Down

0 comments on commit 3712b6a

Please sign in to comment.