Skip to content

Commit

Permalink
Bump version to 2.6.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Aug 22, 2022
1 parent 834ee42 commit f8efee9
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.1] - 2022-08-22Z
- Updated klockVersion to minimum version avaliable on maven central

## [2.6.0] - 2022-05-27Z
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.0/TaxKalculator.xcframework.zip",
checksum: "90871778af87a710ae3d334e9d318893d68a0e568b7d2cc318ec083be8a63c8e"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.6.1/TaxKalculator.xcframework.zip",
checksum: "b746980e972e01a8d773e5ce91728f0846e65aa5a1e58edb7c9468aa467d61dc"
),
]
)

0 comments on commit f8efee9

Please sign in to comment.