From 4e55653146750423d7e3e624bf58659eda929e25 Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Wed, 8 Jun 2022 10:16:28 +0200 Subject: [PATCH] update changelog and podfile for 4.6.4 --- CHANGELOG.md | 8 +++++++- Podfile | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edc55245..5285d11e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,13 @@ Group changes to describe their impact on the project, as follows: Removed for deprecated features removed in this release. Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. - + +## [4.6.4] - 2021-08-06 +### Changed +- Update linphone SDK to 5.1.42 + +### Fixed +- Prevent possible application freeze and crash when creating a new chatroom, depending on the phone's contacts. ## [4.6.3] - 2021-02-06 diff --git a/Podfile b/Podfile index a211c3985..f67598557 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '~> 5.1.41' + pod 'linphone-sdk', '~> 5.1.42' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end