Skip to content

Commit

Permalink
Bump version to 2.9.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Mar 9, 2023
1 parent c83c7f8 commit 92c1c5b
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.0] - 2023-03-09Z
- Added 2023/24 rates.

## [2.8.0] - 2023-02-23Z
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.8.0/TaxKalculator.xcframework.zip",
checksum: "1666d7d131b326ab6683ba15392001b3ebcad6ee4178327e8b7c73585799edee"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.9.0/TaxKalculator.xcframework.zip",
checksum: "d5a004f6a9c70e6d8941b54563cad55fd544a6f34f1233add00d8736cc222220"
),
]
)

0 comments on commit 92c1c5b

Please sign in to comment.