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 b26249c commit e5ea850Copy full SHA for e5ea850
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [11.8.1]
2
+
3
+### Fixed
4
5
+* [VideoEditorSDK] Fixed HDR videos having overly exposed brightness. (#1830)
6
7
## [11.8.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.8.0")
+ .package(url: "https://github.com/imgly/imglykit-sp.git", exact: "11.8.1")
12
13
targets: [
14
.target(
0 commit comments