Skip to content

Commit

Permalink
Bump version to 2.10.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Feb 23, 2024
1 parent 0d295d0 commit d7e6733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.10.0] - 2024-02-23Z
- Added Pension Contribution calculation.
- Added Tapering calculation.
- Added Student Loan calculation.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TaxKalculator",
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.9.3/TaxKalculator.xcframework.zip",
checksum: "bf6a179da697ea19017495f757f9f4574d4b8e6f4b17e58efd499caded58eb5a"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.10.0/TaxKalculator.xcframework.zip",
checksum: "2933be70242a64a8e7c48122c2057a678abd40e72a00c81ade5114c9f3bb8ab8"
),
]
)

0 comments on commit d7e6733

Please sign in to comment.