Skip to content

Commit

Permalink
Bump version to 2.11.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmaSlater committed May 13, 2024
1 parent 54e945e commit a9f3442
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.11.0] - 2024-05-13Z
- Fix National Insurance calculation to use correct wage.
- Fix Student Loan internal calculation to use provided tax year instead of latest tax year only.
- Removed `standardLifetimeAllowance` for Pension validation.
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.10.2/TaxKalculator.xcframework.zip",
checksum: "b48a0f256986533614663306e8bffedaa79ccd885e899a2bd9ec2ef5b7001590"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.11.0/TaxKalculator.xcframework.zip",
checksum: "f51d7685bfa7d86f82308a339ba82d1d99e972f7104efeef875b72dc832725a4"
),
]
)

0 comments on commit a9f3442

Please sign in to comment.