diff --git a/CHANGELOG.md b/CHANGELOG.md index 685edb9..3d55d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [11.9.0] + +### Added + +* [ImglyKit] Added `StickerSelectionController.batchSize` to adjust the batch size for loading and prefetching stickers. (#1789) +* [VideoEditorSDK] Added `AudioClipSelectionController.batchSize` to adjust the batch size for loading and prefetching audio clips. (#1838) + +### Fixed + +* [ImglyKit] Fixed issue where stickers would not be loaded for the GIPHY sticker category on iPad. (#1789) +* [ImglyKit] Fixed potential compiling issue with React Native. (#1854) + ## [11.8.1] ### Fixed diff --git a/Package.swift b/Package.swift index 6378143..45af837 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.8.1") + .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.9.0") ], targets: [ .target(