diff --git a/CHANGELOG.md b/CHANGELOG.md index dc169f84..07ebe653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. --- +## [3.5.2](https://github.com/VoIPGRID/VialerSIPLib/tree/3.5.2) (5/3/2019) + +Released on Tuesday, March 5, 2019 + +### Fixed +- Resolved a crash when trying to make an outgoing call after loading the library for the first time ## [3.5.1](https://github.com/VoIPGRID/VialerSIPLib/tree/3.5.1) (27/12/2018) diff --git a/VialerSIPLib.podspec b/VialerSIPLib.podspec index 9fd47050..e0181efb 100644 --- a/VialerSIPLib.podspec +++ b/VialerSIPLib.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "VialerSIPLib" - s.version = "3.5.1" + s.version = "3.5.2" s.summary = "Vialer SIP Library for iOS" s.description = "Objective-C wrapper around PJSIP." s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"