diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9cbc9..2c40680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index 9a9bf0f..efc8156 100644 --- a/Package.swift +++ b/Package.swift @@ -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(