From 0d6d115fb7b4055749bc715416c47dfb57034f10 Mon Sep 17 00:00:00 2001 From: Chris Kontos Date: Mon, 6 Apr 2020 14:45:04 +0200 Subject: [PATCH] changelog and podspec changes for update --- CHANGELOG.md | 7 +++++++ VialerSIPLib.podspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5501cb63..81c08f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. --- +## [3.7.1](https://github.com/VoIPGRID/VialerSIPLib/tree/3.7.1) (6/4/2020) + +Released on Monday, Apr 4, 2020 + +### Fixed +- Fixed various threading issues which were causing crashes +--- ## [3.7.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.7.0) (21/2/2020) Released on Friday, Feb 21, 2020 diff --git a/VialerSIPLib.podspec b/VialerSIPLib.podspec index 1ff72b63..cd7f4174 100644 --- a/VialerSIPLib.podspec +++ b/VialerSIPLib.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "VialerSIPLib" - s.version = "3.7.0" + s.version = "3.7.1" s.summary = "Vialer SIP Library for iOS" s.description = "Objective-C wrapper around PJSIP." s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"