diff --git a/Yandex/AppLovinMediationYandexAdapter.podspec b/Yandex/AppLovinMediationYandexAdapter.podspec index 3866e4fe9b..52b61ea13e 100644 --- a/Yandex/AppLovinMediationYandexAdapter.podspec +++ b/Yandex/AppLovinMediationYandexAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationYandexAdapter' -s.version = '5.4.0.1' +s.version = '5.5.0.0' s.platform = :ios, '12.0' s.summary = 'Yandex adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" @@ -26,7 +26,7 @@ s.source = s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" -s.dependency 'YandexMobileAds', '= 5.4.0' +s.dependency 'YandexMobileAds', '= 5.5.0' s.dependency 'AppLovinSDK' s.swift_version = '5.7' diff --git a/Yandex/CHANGELOG.md b/Yandex/CHANGELOG.md index 49224ca7f7..a18abe8b39 100644 --- a/Yandex/CHANGELOG.md +++ b/Yandex/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.5.0.0 +* Certified with Yandex SDK 5.5.0. + ## 5.4.0.1 * Remove `consentDialogState` guard. diff --git a/Yandex/YandexAdapter/ALYandexMediationAdapter.m b/Yandex/YandexAdapter/ALYandexMediationAdapter.m index fafa7fa948..871ee3c55c 100644 --- a/Yandex/YandexAdapter/ALYandexMediationAdapter.m +++ b/Yandex/YandexAdapter/ALYandexMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALYandexMediationAdapter.h" #import -#define ADAPTER_VERSION @"5.4.0.1" +#define ADAPTER_VERSION @"5.5.0.0" /** * Dedicated delegate object for Yandex interstitial ads.