From c2400d386b39a46298891a40484b81bbed0bb3a9 Mon Sep 17 00:00:00 2001 From: Helium Service Date: Fri, 9 Aug 2024 14:46:47 -0700 Subject: [PATCH] Release 5.11.7.0.0 --- CHANGELOG.md | 3 +++ ChartboostMediationAdapterGoogleBidding.podspec | 4 ++-- Source/GoogleBiddingAdapterConfiguration.swift | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d8341..27c0d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter. Adapters are compatible with any Chartboost Mediation SDK version within that major version. +### 5.11.7.0.0 +- This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.7.0. + ### 5.11.6.0.0 - This version of the adapter has been certified with Google-Mobile-Ads-SDK 11.6.0. - Google-Mobile-Ads-SDK 11.6.0 now depends on MarketplaceKit and requires XCode 15.3 or above. diff --git a/ChartboostMediationAdapterGoogleBidding.podspec b/ChartboostMediationAdapterGoogleBidding.podspec index b673063..1a81638 100644 --- a/ChartboostMediationAdapterGoogleBidding.podspec +++ b/ChartboostMediationAdapterGoogleBidding.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ChartboostMediationAdapterGoogleBidding' - spec.version = '5.11.6.0.0' + spec.version = '5.11.7.0.0' spec.license = { :type => 'MIT', :file => 'LICENSE.md' } spec.homepage = 'https://github.com/ChartBoost/chartboost-mediation-ios-adapter-google-bidding' spec.authors = { 'Chartboost' => 'https://www.chartboost.com/' } @@ -24,7 +24,7 @@ Pod::Spec.new do |spec| spec.dependency 'ChartboostMediationSDK', '~> 5.0' # Partner network SDK and version that this adapter is certified to work with. - spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.6.0' + spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.7.0' # The partner network SDK is a static framework which requires the static_framework option. spec.static_framework = true diff --git a/Source/GoogleBiddingAdapterConfiguration.swift b/Source/GoogleBiddingAdapterConfiguration.swift index e23283e..581ad2f 100644 --- a/Source/GoogleBiddingAdapterConfiguration.swift +++ b/Source/GoogleBiddingAdapterConfiguration.swift @@ -20,7 +20,7 @@ import GoogleMobileAds /// last digit is the adapter's build version, and intermediate digits are the partner SDK's version. /// Format: `.... /// .` where `.` is optional. - @objc public static let adapterVersion = "5.11.6.0.0" + @objc public static let adapterVersion = "5.11.7.0.0" /// The partner's unique identifier. @objc public static let partnerID = "google_googlebidding"