Skip to content

Commit

Permalink
Bump version to 0.8.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Feb 23, 2023
1 parent 759e407 commit 08659ec
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]

## [0.8.0] - 2023-02-23Z
- Added support for Apple Silicon simulator.

## [0.7.1] - 2022-12-05Z
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: "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"
),
]
)

0 comments on commit 08659ec

Please sign in to comment.