diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c6031..ae9f10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -------------------------------------------------------------------------------- +[0.5.4] - 2022-05-27 + +* fix: fix resource location. +* chore: bump version for flutter-webrtc. + [0.5.3] - 2022-03-25 * fix: fix sdp negotiation issue. diff --git a/pubspec.yaml b/pubspec.yaml index 84c3343..81d2fe6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_whip -version: 0.5.3 +version: 0.5.4 description: WebRTC-HTTP ingestion protocol (WHIP) library for flutter. homepage: https://github.com/cloudwebrtc/flutter-whip.git environment: @@ -7,7 +7,7 @@ environment: dependencies: events2: ^1.0.0 - flutter_webrtc: ^0.8.3 + flutter_webrtc: ^0.8.7 http: ^0.13.3 sdp_transform: ^0.3.2 uuid: ^3.0.3