diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea7c25..3ee2342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this project will be documented in this file. +## [1.0.5] - 2022-08-03 + +- Few fixes on FLV/RTMP to increase compatibility +- iOS: fix landscape orientation. + See [#12](https://github.com/apivideo/api.video-flutter-live-stream/issues/12) + ## [1.0.4] - 2022-06-01 - iOS: Fix the random aspect ratio of the preview and random crashes. diff --git a/README.md b/README.md index c62f1f9..54aa3cf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following: ```yaml dependencies: - apivideo_live_stream: ^1.0.4 + apivideo_live_stream: ^1.0.5 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 92b4134..2c6685a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client. -version: 1.0.4 +version: 1.0.5 repository: https://github.com/apivideo/api.video-flutter-live-stream issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues homepage: https://api.video