From c6c198e40b77df86e9f4761e7a4ae3c59385b1e5 Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:26:41 +0100 Subject: [PATCH] chore(version): bump to 1.3.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bdda9..f2afa7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. +## [1.3.0] - 2024-10-29 + +- Fix `publishedAt` type in `Video` class +- Improve `Video` class members nullability +- Add `Video` class new members: `language`, `discardedAt`,... + ## [1.2.4] - 2024-08-13 - Android: fix crash due to `ProxyLifecycleProvider` `getLifecycle` diff --git a/README.md b/README.md index 26eb31a..6325a2e 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.4 + video_uploader: ^1.3.0 ``` ### Android diff --git a/pubspec.yaml b/pubspec.yaml index 6f28a22..ab6aee4 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.4 +version: 1.3.0 repository: https://github.com/apivideo/api.video-flutter-uploader issue_tracker: https://github.com/apivideo/api.video-flutter-uploader/issues homepage: https://api.video