diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab9957..393e475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.10.0-beta.4 +* Fix(ios): crash on receiving a message during a call + ## 3.10.0-beta.3 * Fix(ios): crash on remove video renderer that does not exist anymore @@ -17,6 +20,9 @@ - VIEndpoint.onStopReceivingVideoStream * Introduce new API VIVideoStreamReceiveStopReason to handle the reason for video receive stop on a remote video stream. +## 3.8.3 +* Fix(ios): crash on receiving a message during a call + ## 3.8.2 * Fix(ios): crash on remove video renderer that does not exist anymore diff --git a/android/build.gradle b/android/build.gradle index ff7904f..52d3ccf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.voximplant.flutter_voximplant' -version '3.10.0-beta.3' +version '3.10.0-beta.4' buildscript { repositories { diff --git a/ios/flutter_voximplant.podspec b/ios/flutter_voximplant.podspec index d820438..a512008 100644 --- a/ios/flutter_voximplant.podspec +++ b/ios/flutter_voximplant.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_voximplant' - s.version = '3.10.0-beta.3' + s.version = '3.10.0-beta.4' s.summary = 'Voximplant Flutter SDK' s.description = <<-DESC Voximplant plugin for embedding voice and video communication into Flutter applications. diff --git a/pubspec.yaml b/pubspec.yaml index 47d1c0c..f606df7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_voximplant description: Voximplant plugin for embedding voice and video communication into Flutter applications. -version: 3.10.0-beta.3 +version: 3.10.0-beta.4 homepage: https://voximplant.com repository: https://github.com/voximplant/flutter_voximplant