Skip to content

Commit 200e2dc

Browse files
committed
Upgrade version to 0.2.2.
1 parent c0d253e commit 200e2dc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Changelog
1+
# Changelog
2+
3+
[0.2.2] - 2020.07.16
4+
5+
* Refactor call API, move answer, hangup, hold etc methos to Call class.
6+
* Add SIP message listener to listen the new incoming SIP text message.
7+
* Expose ha1 in UaSettings.
28

39
[0.2.1] - 2020.06.12
410

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.2.1
2+
version: 0.2.2
33
description: A dart-lang version of the SIP UA stack.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:

0 commit comments

Comments
 (0)