Skip to content

Commit

Permalink
Bump version to 2.14.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Aug 20, 2024
1 parent 221eba4 commit bb2b2e2
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.14.0] - 2024-08-20Z
- Updated K_CODE Clarification to include SK and CK code Clarifications.

## [2.13.2] - 2024-08-08Z
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.13.2/TaxKalculator.xcframework.zip",
checksum: "dd6b4dfaf1c95317330d58540b66803fe38684a0a406ba824c20202a1d5561d4"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.14.0/TaxKalculator.xcframework.zip",
checksum: "2c9520609e56592dc4a403ebeb3c29bbc6320e406bf5cbf3fa8220bd187882e0"
),
]
)

0 comments on commit bb2b2e2

Please sign in to comment.