Skip to content

Commit

Permalink
Bump version to 2.6.2 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Aug 23, 2022
1 parent 97447db commit 8455ae2
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.6.2] - 2022-08-23Z
- Fixed CI issues

## [2.6.1] - 2022-08-22Z
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.6.1/TaxKalculator.xcframework.zip",
checksum: "b746980e972e01a8d773e5ce91728f0846e65aa5a1e58edb7c9468aa467d61dc"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.6.2/TaxKalculator.xcframework.zip",
checksum: "36a43c120eabfaddc8826b8485a5f10e3a6f296b1ca11156cecb5332697490a4"
),
]
)

0 comments on commit 8455ae2

Please sign in to comment.