Skip to content

Commit

Permalink
Bump version to 2.2.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Mar 14, 2022
1 parent 58966a3 commit fd0b249
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.2.0] - 2022-03-14Z
- Fixed access level issues and added a new helper for the default tax code.

## [2.1.0] - 2022-02-21Z
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.1.0/TaxKalculator.xcframework.zip",
checksum: "1bb5eae8a2e133ab8b398bd926c23ec5f9aa9acc1504d2bdc51970ebcac1be39"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.2.0/TaxKalculator.xcframework.zip",
checksum: "6945af5d6104bee3c8b4258dffea12cff5db1b38fe262e8ea23085ddc5112e5c"
),
]
)

0 comments on commit fd0b249

Please sign in to comment.