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 2eeae41 commit 61d6bc2Copy full SHA for 61d6bc2
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
All changes to this project will be documented in this file.
3
4
+## [1.1] - 2022-07-06
5
+- Video upload & Progressive upload: allow user to set a customized video name.
6
+
7
## [1.0.11] - 2022-07-06
8
- Add origin headers
--
9
10
## [1.0.10] - 2022-06-29
11
- Retry even if the server is not responding.
12
- Add possibility to define a custom retry policy.
package.json
@@ -1,6 +1,6 @@
{
"name": "@api.video/video-uploader",
- "version": "1.0.11",
+ "version": "1.1",
"description": "api.video video uploader",
"repository": {
"type": "git",
0 commit comments