From 023c8374234c31868d402c0be00666aa02c1a54b Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Tue, 20 Sep 2022 16:50:48 +0200 Subject: [PATCH] Update changeling and pod file for 4.6.7 --- CHANGELOG.md | 6 +++++- Podfile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dfca8f5..9d3c21492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,11 @@ 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.7] - 2021-01-09 +### Changed +- Update linphone SDK to 5.1.57 + ## [4.6.6] - 2021-01-09 ### Changed - Update linphone SDK to 5.1.57 diff --git a/Podfile b/Podfile index 0a61a2389..681072806 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.57' + pod 'linphone-sdk', '~> 5.1.62' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end