diff --git a/CHANGELOG.md b/CHANGELOG.md index a1337fd..3f12c06 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.8.0] - 2023-02-23Z - Added support for Apple Silicon simulator. ## [0.7.1] - 2022-12-05Z diff --git a/Package.swift b/Package.swift index c8d3790..f791728 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.7.1/HelpToSaveKalculator.xcframework.zip", - checksum: "034750c0e2b72b855322dce9ef3c3008f250a75a8db516580f6031518fcff0fc" + url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.8.0/HelpToSaveKalculator.xcframework.zip", + checksum: "97db3b9821ea7b100c5e4705446be686ae270e0751625f2a2f52ac73e0718c11" ), ] )