Skip to content

Commit 8860a26

Browse files
committed
Add version 11.7.0
1 parent d0f4490 commit 8860a26

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [11.7.0]
2+
3+
### Changed
4+
5+
* Built with Swift 5.8 / Xcode 14.3.1
6+
* [ImglyKit] Replaced font 'Galano' with font 'Lexend Bold', 'Campton' with 'Outfit Bold', 'Wolesbro' with 'Cookie', and 'Amberlight' with 'Allison'. (#1790)
7+
8+
### Fixed
9+
10+
* [ImglyKit] Implemented thread-safety in `AssetManager` to increase robustness against concurrent access in environments with multi-threaded contexts. (#1807)
11+
112
## [11.6.0]
213

314
### Added

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.6.0")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.7.0")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)