Skip to content

Commit d55be95

Browse files
committed
Add version 11.10.0
1 parent 5885cb4 commit d55be95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.10.0]
2+
3+
### Added
4+
5+
* Added `PrivacyInfo.xcprivacy` containing information on the data collected by the SDKs. (#1868)
6+
17
## [11.9.0]
28

39
### 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.9.0")
11+
.package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.0")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)