diff --git a/CHANGELOG.md b/CHANGELOG.md index 251faf35..5501cb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. --- +## [3.7.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.7.0) (21/2/2020) + +Released on Friday, Feb 21, 2020 + +### Fixed +- Better debug information + +### Added +- Handling end of ip change event added by PJSIP 2.10. +- Make use of updated Vialer-pjsip-iOS library providing updates for: +- PJSIP 2.10 +- h264 2.0.0 +- opus 1.3.1 +- OpenSSL 1.1.1d +--- ## [3.6.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.6.0) (20/1/2020) Released on Monday, Jan 20, 2020 diff --git a/VialerSIPLib.podspec b/VialerSIPLib.podspec index 60cea586..1ff72b63 100644 --- a/VialerSIPLib.podspec +++ b/VialerSIPLib.podspec @@ -9,12 +9,12 @@ Pod::Spec.new do |s| s.name = "VialerSIPLib" - s.version = "3.6.0" + s.version = "3.7.0" s.summary = "Vialer SIP Library for iOS" s.description = "Objective-C wrapper around PJSIP." s.homepage = "https://github.com/VoIPGRID/VialerSIPLib" s.license = 'GNU GPL v3' - s.author = {"Devhouse Spindle" => "vialersiplib@wearespindle.com"} + s.author = {"Devhouse Spindle" => "opensource@wearespindle.com"} s.source = {:git => "https://github.com/VoIPGRID/VialerSIPLib.git", :tag => s.version.to_s} s.social_media_url = "https://twitter.com/wearespindle"