Skip to content

Commit

Permalink
Bump version to 2.7.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Dec 2, 2022
1 parent ceff7ab commit 79b556e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
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.7.1] - 2022-12-02Z
- Fixed issue with the `.jar` name for JVM consumers.

## [2.7.0] - 2022-11-24Z
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TaxKalculator",
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.7.0/TaxKalculator.xcframework.zip",
checksum: "6c9f09d7963d77a79d15a76b4473141e78da0894756ea312632ae7d873d8b8ad"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.7.1/TaxKalculator.xcframework.zip",
checksum: "80aa18c07f97db63d89e975c3a78c4741b2e26ca995465b4082331a6884c031c"
),
]
)

0 comments on commit 79b556e

Please sign in to comment.