From 59969a1fc6538b831ca61afa1eaa66a0d38f4928 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Tue, 25 Aug 2020 22:48:55 +0800 Subject: [PATCH] Upgrade version to 0.2.3. --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da86426..8f39fee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +[0.2.3] - 2020.08.25 + +* Add display_name for Call. +* Add WebSocketSettings. +* Fix the invalid extraHeaders in Registrator. +* Exposed local_identity for Call. +* Fixed Sec-WebSocket-Key keys are not 24 bytes. + [0.2.2] - 2020.07.16 * Refactor call API, move answer, hangup, hold etc methos to Call class. diff --git a/pubspec.yaml b/pubspec.yaml index ac129ae7..1452b75e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sip_ua -version: 0.2.2 +version: 0.2.3 description: A dart-lang version of the SIP UA stack. homepage: https://github.com/cloudwebrtc/dart-sip-ua environment: