Skip to content

Commit

Permalink
Add version 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wajsic committed Nov 16, 2023
1 parent aa0681e commit 2dd53da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [11.7.0]

### Changed

* Built with Swift 5.8 / Xcode 14.3.1
* [ImglyKit] Replaced font 'Galano' with font 'Lexend Bold', 'Campton' with 'Outfit Bold', 'Wolesbro' with 'Cookie', and 'Amberlight' with 'Allison'. (#1790)

### Fixed

* [ImglyKit] Implemented thread-safety in `AssetManager` to increase robustness against concurrent access in environments with multi-threaded contexts. (#1807)

## [11.6.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "PhotoEditorSDK", targets: ["PhotoEditorSDK"]),
],
dependencies: [
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.6.0")
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.7.0")
],
targets: [
.target(
Expand Down

0 comments on commit 2dd53da

Please sign in to comment.