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-14)

### Bug Fixes

* add documentation and release a new version ([#133](#133)) ([4fd785a](4fd785a))
* x64 simulator needs to be built with this flags to work ([06bd937](06bd937))
  • Loading branch information
atala-dev committed Dec 14, 2023
1 parent 4fd785a commit da7f367
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## [1.2.8](https://github.com/input-output-hk/atala-prism-apollo/compare/v1.2.7...v1.2.8) (2023-12-14)


### Bug Fixes

* add documentation and release a new version ([#133](https://github.com/input-output-hk/atala-prism-apollo/issues/133)) ([4fd785a](https://github.com/input-output-hk/atala-prism-apollo/commit/4fd785a842d359d86e544f45c09a571981d61f8c))
* x64 simulator needs to be built with this flags to work ([06bd937](https://github.com/input-output-hk/atala-prism-apollo/commit/06bd937e6584c179d2dbc96aa97c29348123b259))

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


### Bug Fixes

* x64 simulator needs to be built with this flags to work ([06bd937](https://github.com/input-output-hk/atala-prism-apollo/commit/06bd937e6584c179d2dbc96aa97c29348123b259))
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
.binaryTarget(
name: "ApolloBinary",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/v1.2.8/Apollo.xcframework.zip",
checksum: "19b72a36e93ec61b8fcd55f0974d2d88116089bff09f88b119fbd19f69770717"
checksum: "4f5871c148645804c004f531d33e58996dd1b1ea6500424c6ff4d216f6503461"
)
]
)

0 comments on commit da7f367

Please sign in to comment.