Skip to content

Commit

Permalink
Bump version to 2.13.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Jul 30, 2024
1 parent 0207bea commit 1f87bd2
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.13.0] - 2024-07-30Z
- Updated internal calculation to force Scottish Rate if consumer set `userPaysScottishTax` to true.

## [2.12.4] - 2024-07-24Z
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.12.4/TaxKalculator.xcframework.zip",
checksum: "69e5e0a1044d097e4af43e191fd504473cd472abe16acfecba9ac14a24fa53f3"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.13.0/TaxKalculator.xcframework.zip",
checksum: "4c904fd16f1563bc826828df87b7815127d309760224ad77b793c17dc697120f"
),
]
)

0 comments on commit 1f87bd2

Please sign in to comment.