Update changeling and pod file for 4.6.7

This commit is contained in:
QuentinArguillere 2022-09-20 16:50:48 +02:00
parent 7c0f7ed43f
commit 023c837423
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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