We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5885cb4 commit d55be95Copy full SHA for d55be95
CHANGELOG.md
@@ -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
7
## [11.9.0]
8
9
### Added
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
.library(name: "VideoEditorSDK", targets: ["VideoEditorSDK"]),
],
10
dependencies: [
11
- .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.9.0")
+ .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.10.0")
12
13
targets: [
14
.target(
0 commit comments