8000 Upgrade version to 0.2.7. · rborgese/flutter-webrtc@29d4f0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d4f0f

Browse files
committed
Upgrade version to 0.2.7.
1 parent 40f4e0b commit 29d4f0f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Changelog
22

33
--------------------------------------------
4+
[0.2.7] - 2020.03.15
5+
6+
* [macOS] Fix crash with H264 HW Encoder.
7+
* [Web] Add addTransceiver API.
8+
* [Android] Removed duplicate method that was causing compilation error.
9+
* [iOS] Use MrAlek Libyuv pod fixing incompatibility with FirebaseFirestore.
10+
* [iOS] Upgrade GoogleWebRTC dependency to 1.1.29400.
11+
412

513
[0.2.6] - 2020.02.03
614

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55

66
dependencies:

0 commit comments

Comments
 ()
0