Skip to content

Commit

Permalink
Bump version to 2.10.2 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetclimusic committed Mar 8, 2024
1 parent 1e01e22 commit b9fe5df
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.2] - 2024-03-08Z

- Update Fastfile to create PR as part of release process.
- Update National Insurance Rate for 2024/25.

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.1/TaxKalculator.xcframework.zip",
checksum: "fee949bce987867caba360b9197ad45e1e33ddc957a446f4d1587e1d4a3a5dab"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.10.2/TaxKalculator.xcframework.zip",
checksum: "b48a0f256986533614663306e8bffedaa79ccd885e899a2bd9ec2ef5b7001590"
),
]
)

0 comments on commit b9fe5df

Please sign in to comment.