From 412b6916c85308292978aaa0059bf95526cdde47 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:00:29 +0100 Subject: [PATCH] chore(version): bump to 1.2.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af2413..220dcb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to this project will be documented in this file. +## [1.2.1] - 2023-12-15 +- Fix crash when targeting Android API level >= 34 + ## [1.2.0] - 2023-10-31 - Add upload with upload token and video id - Add upload in background for Android through WorkManager diff --git a/README.md b/README.md index 9b0af5d..da731b4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This will add the following lines to your package's pubspec.yaml file: ``` yaml dependencies: - video_uploader: ^1.2.0 + video_uploader: ^1.2.1 ``` ### Android diff --git a/pubspec.yaml b/pubspec.yaml index 9f130a2..6f3bf87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: video_uploader description: This flutter plugin is an easy way to upload video to api.video. -version: 1.2.0 +version: 1.2.1 repository: https://github.com/apivideo/api.video-flutter-uploader issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues homepage: https://api.video