Skip to content

Commit

Permalink
Bump version to 2.10.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaSlater committed Mar 7, 2024
1 parent 5dd3ac1 commit b2d3965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.10.1] - 2024-03-07Z

- Updated the Kotlin version for compatibility with Xcode 15.

## [2.10.0] - 2024-02-23Z
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.10.0/TaxKalculator.xcframework.zip",
checksum: "2933be70242a64a8e7c48122c2057a678abd40e72a00c81ade5114c9f3bb8ab8"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.10.1/TaxKalculator.xcframework.zip",
checksum: "fee949bce987867caba360b9197ad45e1e33ddc957a446f4d1587e1d4a3a5dab"
),
]
)

0 comments on commit b2d3965

Please sign in to comment.