Skip to content

Commit

Permalink
Update changelog and sdk version to 3.10.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaGrigorieva committed Aug 21, 2023
1 parent cb28970 commit 57d1e1f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.10.0-beta.3
* Fix(ios): crash on remove video renderer that does not exist anymore

## 3.10.0-beta.2
* Fix(ios): crash on rendering local video when an iPhone is rotated

Expand All @@ -14,6 +17,13 @@
- VIEndpoint.onStopReceivingVideoStream
* Introduce new API VIVideoStreamReceiveStopReason to handle the reason for video receive stop on a remote video stream.

## 3.8.2
* Fix(ios): crash on remove video renderer that does not exist anymore

## 3.8.1
* Fix(ios): crash on rendering local video when an iPhone is rotated
* Remove e2e from dev_dependencies

## 3.8.0
* Update iOS platform code to use Voximplant iOS SDK 2.46.12

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.voximplant.flutter_voximplant'
version '3.10.0-beta.2'
version '3.10.0-beta.3'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_voximplant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_voximplant'
s.version = '3.10.0-beta.2'
s.version = '3.10.0-beta.3'
s.summary = 'Voximplant Flutter SDK'
s.description = <<-DESC
Voximplant plugin for embedding voice and video communication into Flutter applications.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_voximplant
description: Voximplant plugin for embedding voice and video communication into Flutter applications.
version: 3.10.0-beta.2
version: 3.10.0-beta.3
homepage: https://voximplant.com
repository: https://github.com/voximplant/flutter_voximplant

Expand Down

0 comments on commit 57d1e1f

Please sign in to comment.