Skip to content

Commit 59969a1

Browse files
committed
Upgrade version to 0.2.3.
1 parent 9229104 commit 59969a1

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,5 +1,13 @@
11
# Changelog
22

3+
[0.2.3] - 2020.08.25
4+
5+
* Add display_name for Call.
6+
* Add WebSocketSettings.
7+
* Fix the invalid extraHeaders in Registrator.
8+
* Exposed local_identity for Call.
9+
* Fixed Sec-WebSocket-Key keys are not 24 bytes.
10+
311
[0.2.2] - 2020.07.16
412

513
* Refactor call API, move answer, hangup, hold etc methos to Call class.

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.2
2+
version: 0.2.3
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)