Skip to content

Commit

Permalink
update Changelog.md and Package.swift to release 0.14.9 (#946)
Browse files Browse the repository at this point in the history
* update Changelog.md and Package.swift to release 0.14.9

* Update CHANGELOG.md

Co-authored-by: vixentael <vixentael@users.noreply.github.com>
  • Loading branch information
radetsky and vixentael committed Sep 12, 2022
1 parent 81f5713 commit b573ad9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

Changes that are currently in development and have not been released yet.

## [0.14.9](https://github.com/cossacklabs/themis/releases/tag/0.14.9), Sep 12th 2022

### Hotfix for macOS Themis installed via SPM

- Fixing the code signing issue for macOS Themis installation via SPM ([#944](https://github.com/cossacklabs/themis/pull/944/)).



## [0.14.8](https://github.com/cossacklabs/themis/releases/tag/0.14.8), Aug 22th 2022

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(name: "themis",
// update version in URL path
url: "https://github.com/cossacklabs/themis/releases/download/0.14.10/themis.xcframework.zip",
url: "https://github.com/cossacklabs/themis/releases/download/0.14.9/themis.xcframework.zip",
// The scripts/create_xcframework.sh calculates the checksum when generating the XCF.
// Alternatively, run from package directory:
// swift package compute-checksum build/xcf_output/themis.xcframework.zip
Expand Down

0 comments on commit b573ad9

Please sign in to comment.