Skip to content

Commit

Permalink
Bump version to 2.9.2 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Jun 12, 2023
1 parent 84886e6 commit 9f1bd81
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.9.2] - 2023-06-12Z
- Fixed bug to ignore additional characters on valid tax code.

## [2.9.1] - 2023-03-13Z
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.1/TaxKalculator.xcframework.zip",
checksum: "782207f2efecf9ccc2f651aa5fd47a221d2243d73e32fd10de55038bc025d996"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.9.2/TaxKalculator.xcframework.zip",
checksum: "7709b1086f3540f73eb66edf2ec763ec09a56d68de3b80d109e4238276af9f13"
),
]
)

0 comments on commit 9f1bd81

Please sign in to comment.