Skip to content

Commit

Permalink
Bump version to 2.9.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Mar 13, 2023
1 parent 7fdf85b commit ca27333
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.1] - 2023-03-13Z
- Downgrade Kotlin version for compatibility.

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

0 comments on commit ca27333

Please sign in to comment.