Skip to content

Commit cebca56

Browse files
committed
Upgrade version to 0.3.2.
1 parent f50ec86 commit cebca56

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.2] - 2020.11.11
5+
6+
* Added dtmf options to Call (#154)
7+
* Fix bug for digest authentication.
8+
* Fix rport parse (#144).
9+
* Support RFC2833.
10+
* Upgrade flutter_webrtc to 0.4.1.
11+
* Fix incorrect register assert (#139).
12+
413
[0.3.1] - 2020.10.18
514

615
* fix rport in Via parser.

pubspec.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.3.1
2+
version: 0.3.2
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:
@@ -8,15 +8,16 @@ environment:
88

99
dependencies:
1010
crypto: ^2.1.2
11-
flutter_webrtc: ^0.4.0
11+
flutter_webrtc: ^0.4.1
12+
intl: ^0.16.0
13+
logger: ^0.9.0
1214
parser_error: ^0.1.1
13-
sdp_transform: ^0.2.0
14-
uuid: ^2.0.2
15+
path: ^1.6.4
1516
random_string: ^2.0.0
16-
logger: ^0.9.0
17-
intl: ^0.16.0
1817
recase: ^3.0.0
19-
path: ^1.6.4
18+
sdp_transform: ^0.2.0
19+
uuid: ^2.0.2
20+
2021

2122
dev_dependencies:
2223
test: ^1.6.7

0 commit comments

Comments
 (0)