Skip to content

Commit bac6a4d

Browse files
committed
Add version 11.10.1
1 parent d55be95 commit bac6a4d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [11.10.1]
2+
3+
### Fixed
4+
5+
* Fixed issue where the video could not be exported in case the `trimModel.endTime` of a loaded serialization is longer than the video's duration. (#1873)
6+
17
## [11.10.0]
28

39
### Added

Package.swift

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

0 commit comments

Comments
 (0)