From 25a0d4c357e192271d7aa7096ef7e7dfbe0192ba Mon Sep 17 00:00:00 2001 From: ngoulongkam <25244131+ngoulongkam@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:15:18 +0100 Subject: [PATCH] Bump version to 2.12.4 and tagging release --- CHANGELOG.md | 2 ++ Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0f7f7..7c2b42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.12.4] - 2024-07-24Z - Added `taxableIncome` to response. ## [2.12.3] - 2024-07-18Z diff --git a/Package.swift b/Package.swift index 3c481d0..c891988 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "TaxKalculator", - url: "https://github.com/hmrc/tax-kalculator/releases/download/2.12.3/TaxKalculator.xcframework.zip", - checksum: "f4344d36288fa01951a9a3e7f77ae01c7b27698012f014b0d95a654365d524e4" + url: "https://github.com/hmrc/tax-kalculator/releases/download/2.12.4/TaxKalculator.xcframework.zip", + checksum: "69e5e0a1044d097e4af43e191fd504473cd472abe16acfecba9ac14a24fa53f3" ), ] )