diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff7104..be0e965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ All changes to this project will be documented in this file. +## [1.0.7] - 2022-10-12 + +- Fix crash on `stopStreaming`. + See [#14](https://github.com/apivideo/api.video-flutter-live-stream/issues/14) + ## [1.0.6] - 2022-09-30 -- Fix 1080p configuration. See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16) -- Upgrade HaishinKit to 1.3.0. See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15) +- Fix 1080p configuration. + See [#16](https://github.com/apivideo/api.video-flutter-live-stream/issues/16) +- Upgrade HaishinKit to 1.3.0. + See [#15](https://github.com/apivideo/api.video-flutter-live-stream/issues/15) - Upgrade dependencies ## [1.0.5] - 2022-08-03 diff --git a/README.md b/README.md index 4a28c44..31da950 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.6 + apivideo_live_stream: ^1.0.7 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index e2c5e54..17f1d2e 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.0.6 +version: 1.0.7 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