diff --git a/CHANGELOG.md b/CHANGELOG.md index e807e56..64692bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All changes to this project will be documented in this file. +## [1.0.1] - 2022-04-13 + +- Fix audio and video configuration for iOS +- Fix setAudioConfig when preview is running for Android + ## [1.0.0] - 2022-04-08 -* Initial release. +- Initial release. diff --git a/README.md b/README.md index bdcf3a4..d2dbe3a 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.0 + apivideo_live_stream: ^1.0.1 ``` In your dart file, import the package: diff --git a/pubspec.yaml b/pubspec.yaml index 6d74590..008d364 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apivideo_live_stream description: Flutter RTMP live stream client. -version: 1.0.0 +version: 1.0.1 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