diff --git a/CHANGELOG.md b/CHANGELOG.md index 1724ccf..58e46cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All changes to this project will be documented in this file. +## [1.1.3] - 2023-10-16 + +- Android: call `disconnect` event when `stopStream` is explicitly called +- Add api.video application icon for Android and iOS + ## [1.1.2] - 2023-08-16 - Android: fix the `videoSize` cast diff --git a/README.md b/README.md index 0e9981b..73262a0 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.1.2 + apivideo_live_stream: ^1.1.3 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 2678e8f..057aac9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video. -version: 1.1.2 +version: 1.1.3 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