Skip to content

Commit ed0f195

Browse files
committed
chore(version): bump to 1.2.0
1 parent 3881aec commit ed0f195

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.2.0] - 2023-10-31
5+
- Add upload with upload token and video id
6+
- Add upload in background for Android through WorkManager
7+
- Refactor Android and iOS to share the code with React Native
8+
49
## [1.1.0] - 2022-07-05
510
- Add web support
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This will add the following lines to your package's pubspec.yaml file:
4646

4747
``` yaml
4848
dependencies:
49-
video_uploader: ^1.1.0
49+
video_uploader: ^1.2.0
5050
```
5151
5252
## Android

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: video_uploader
22
description: This flutter plugin is an easy way to upload video to api.video.
3-
version: 1.1.0
3+
version: 1.2.0
44
repository: https://github.com/apivideo/api.video-flutter-uploader
55
issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues
66
homepage: https://api.video

0 commit comments

Comments
 (0)