Skip to content

Commit

Permalink
Upgrade version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Nov 11, 2020
1 parent f50ec86 commit cebca56
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

--------------------------------------------
[0.3.2] - 2020.11.11

* Added dtmf options to Call (#154)
* Fix bug for digest authentication.
* Fix rport parse (#144).
* Support RFC2833.
* Upgrade flutter_webrtc to 0.4.1.
* Fix incorrect register assert (#139).

[0.3.1] - 2020.10.18

* fix rport in Via parser.
Expand Down
15 changes: 8 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sip_ua
version: 0.3.1
version: 0.3.2
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
homepage: https://github.com/cloudwebrtc/dart-sip-ua
environment:
Expand All @@ -8,15 +8,16 @@ environment:

dependencies:
crypto: ^2.1.2
flutter_webrtc: ^0.4.0
flutter_webrtc: ^0.4.1
intl: ^0.16.0
logger: ^0.9.0
parser_error: ^0.1.1
sdp_transform: ^0.2.0
uuid: ^2.0.2
path: ^1.6.4
random_string: ^2.0.0
logger: ^0.9.0
intl: ^0.16.0
recase: ^3.0.0
path: ^1.6.4
sdp_transform: ^0.2.0
uuid: ^2.0.2


dev_dependencies:
test: ^1.6.7

0 comments on commit cebca56

Please sign in to comment.