Skip to content

Commit d7dad42

Browse files
committed
changelog update
1 parent 0f36a3f commit d7dad42

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

44
[1.0.6] - 2025-05-27
5+
* [iOS] Added native audio route picker for iOS
6+
* [Android] Expanded the mapping for audio device types
57
* Synced flutter-webrtc v0.14.1
68
* [Android] fix: Recording bug (#1839)
79
* [Android] fix: calls in terminated mode by disabling orientation manager (#1840)

ios/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '1.0.5'
6+
s.version = '1.0.6'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '1.0.5'
6+
s.version = '1.0.6'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

0 commit comments

Comments
 (0)