diff --git a/Yandex/AppLovinMediationYandexAdapter.podspec b/Yandex/AppLovinMediationYandexAdapter.podspec index ac7d65fe09..dd55f1e3e5 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 = '7.5.0.3' +s.version = '7.8.0.0' s.platform = :ios, '13.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" diff --git a/Yandex/CHANGELOG.md b/Yandex/CHANGELOG.md index cdeb0d53c9..5821885b2c 100644 --- a/Yandex/CHANGELOG.md +++ b/Yandex/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.8.0.0 +* Certified with Yandex SDK 7.8.0. + ## 7.5.0.3 * Add support for native ads in external plugins (e.g. React Native / Flutter). diff --git a/Yandex/YandexAdapter/ALYandexMediationAdapter.m b/Yandex/YandexAdapter/ALYandexMediationAdapter.m index 4c79b623a7..d2464d9d93 100644 --- a/Yandex/YandexAdapter/ALYandexMediationAdapter.m +++ b/Yandex/YandexAdapter/ALYandexMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALYandexMediationAdapter.h" #import -#define ADAPTER_VERSION @"7.5.0.3" +#define ADAPTER_VERSION @"7.8.0.0" #define TITLE_LABEL_TAG 1 #define MEDIA_VIEW_CONTAINER_TAG 2