diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb3481..9c4bc7e 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] + +## [0.6.0] - 2021-04-07 - Changed to Github packages for artefact storage. ## [0.5.0] - 2021-02-02 diff --git a/Package.swift b/Package.swift index cc99e36..8519fc5 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "HelpToSaveKalculator", - url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.5.0/HelpToSaveKalculator.xcframework.zip", - checksum: "a6fa980dde3ebd7eccb763804a8ee0cb0aeb6ee31641b5db0b745505cb3b6059" + url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.6.0/HelpToSaveKalculator.xcframework.zip", + checksum: "bdbea185b5e9ab83db39c04dd42604a491f48633e869caa0442ddfeea6617fcc" ), ] )