From 4eaacf67bcecf3fb49334146727c3a0837ee34a4 Mon Sep 17 00:00:00 2001 From: Redmer Loen Date: Thu, 28 Jun 2018 11:56:53 +0200 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.md | 13 ++++++++++--- VialerSIPLib.podspec | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448eb87c..e02ba874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file. --- -## [3.2.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (06/15/2018) +## [3.3.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.3.0) (06/28/2018) +Released on Thursday, June 28, 2018. + +### Added +- Add a notification and state for audio during a call. (#145) +- The call-ID is being set in the SIP message is now added to VSLCall. (#144) + +## [3.2.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.2.0) (06/15/2018) Released on Friday, June 15, 2018. ### Added @@ -44,8 +51,8 @@ Released on Monday, February 19, 2018. ### Added - Ability to use Stun servers. -### -- Fixes for the previous release secure calling. Extra file for the IP Change configuration for PJSIP. +### +- Fixes for the previous release secure calling. Extra file for the IP Change configuration for PJSIP. ## [3.0.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.0.0) (01/22/2018) Released on Monday, Januari 22, 2018. diff --git a/VialerSIPLib.podspec b/VialerSIPLib.podspec index a585e1e3..16b07ea1 100644 --- a/VialerSIPLib.podspec +++ b/VialerSIPLib.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "VialerSIPLib" - s.version = "3.2.0" + s.version = "3.3.0" s.summary = "Vialer SIP Library for iOS" s.description = "Objective-C wrapper around PJSIP." s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"