Skip to content

Commit

Permalink
Bump version to 2.8.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Feb 23, 2023
1 parent 2fde324 commit 2590c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.8.0] - 2023-02-23Z
- Added support for Apple Silicon simulator.

## [2.7.1] - 2022-12-02Z
- Fixed issue with the `.jar` name for JVM consumers.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TaxKalculator",
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.7.1/TaxKalculator.xcframework.zip",
checksum: "80aa18c07f97db63d89e975c3a78c4741b2e26ca995465b4082331a6884c031c"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.8.0/TaxKalculator.xcframework.zip",
checksum: "1666d7d131b326ab6683ba15392001b3ebcad6ee4178327e8b7c73585799edee"
),
]
)

0 comments on commit 2590c85

Please sign in to comment.