From 61796e1b0c9c28570fec0df9fc23bef405abfc9f Mon Sep 17 00:00:00 2001 From: mobile-ads-github Date: Wed, 24 Jul 2024 21:03:35 +0300 Subject: [PATCH] Release 7.3.0 --- .../project.pbxproj | 8 ++-- .../project.pbxproj | 32 ++++++------- Package.swift | 8 ++-- .../Resources/PrivacyInfo.xcprivacy | 48 +++++++++++++++++++ Sources/YandexMobileAdsTarget/dummy.m | 0 Sources/YandexMobileAdsTarget/include/dummy.h | 1 + .../adapter/admob-mobileads/CHANGELOG.md | 6 +++ .../adapter/ironsource-mobileads/CHANGELOG.md | 8 ++++ .../mediation/mobileads-adcolony/CHANGELOG.md | 6 +++ .../mediation/mobileads-applovin/CHANGELOG.md | 6 +++ .../mediation/mobileads-bigoads/CHANGELOG.md | 6 +++ .../mobileads-chartboost/CHANGELOG.md | 6 +++ .../mediation/mobileads-google/CHANGELOG.md | 6 +++ .../mediation/mobileads-inmobi/CHANGELOG.md | 6 +++ .../mobileads-ironsource/CHANGELOG.md | 7 +++ .../mobileads-mintegral/CHANGELOG.md | 6 +++ .../mediation/mobileads-mytarget/CHANGELOG.md | 7 +++ .../mediation/mobileads-startapp/CHANGELOG.md | 6 +++ .../mediation/mobileads-unityads/CHANGELOG.md | 6 +++ .../mediation/mobileads-vungle/CHANGELOG.md | 6 +++ changelog/mobileads/CHANGELOG.md | 6 +++ 21 files changed, 167 insertions(+), 24 deletions(-) create mode 100644 Sources/YandexMobileAdsTarget/Resources/PrivacyInfo.xcprivacy create mode 100644 Sources/YandexMobileAdsTarget/dummy.m create mode 100644 Sources/YandexMobileAdsTarget/include/dummy.h diff --git a/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj b/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj index 3c37541..fa78e00 100644 --- a/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj +++ b/Examples/ThirdPartyMediationAdapterTemplate/ThirdPartyMediationAdapterTemplate.xcodeproj/project.pbxproj @@ -284,7 +284,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.2.0; + CURRENT_PROJECT_VERSION = 7.3.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -305,7 +305,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 7.2.0; + MARKETING_VERSION = 7.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -349,7 +349,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.2.0; + CURRENT_PROJECT_VERSION = 7.3.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -364,7 +364,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 17.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 7.2.0; + MARKETING_VERSION = 7.3.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj b/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj index 7349f56..88b8502 100644 --- a/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj +++ b/Examples/YandexMobileAdsExample/YandexMobileAdsExample.xcodeproj/project.pbxproj @@ -7,8 +7,8 @@ objects = { /* Begin PBXBuildFile section */ - 0D62C42B2C4F8F370014CA12 /* NativeSliderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D62C42A2C4F8F370014CA12 /* NativeSliderView.swift */; }; - 0D62C42D2C4F8F470014CA12 /* AdFoxSliderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D62C42C2C4F8F470014CA12 /* AdFoxSliderViewController.swift */; }; + 0D118F702C3FBF0200E02305 /* AdFoxSliderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D118F6F2C3FBF0200E02305 /* AdFoxSliderViewController.swift */; }; + 0D118F722C3FCA2200E02305 /* NativeSliderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D118F712C3FCA2200E02305 /* NativeSliderView.swift */; }; 14033F5E27201B8A00A24D5E /* MobileMediationInterstitialViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14033F5D27201B8A00A24D5E /* MobileMediationInterstitialViewController.swift */; }; 14033F6527201E2700A24D5E /* MobileMediationNativeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14033F6427201E2700A24D5E /* MobileMediationNativeViewController.swift */; }; 14033F6827201F7900A24D5E /* MobileMediationRewardedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14033F6727201F7900A24D5E /* MobileMediationRewardedViewController.swift */; }; @@ -200,8 +200,8 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0D62C42A2C4F8F370014CA12 /* NativeSliderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NativeSliderView.swift; sourceTree = ""; }; - 0D62C42C2C4F8F470014CA12 /* AdFoxSliderViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdFoxSliderViewController.swift; sourceTree = ""; }; + 0D118F6F2C3FBF0200E02305 /* AdFoxSliderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdFoxSliderViewController.swift; sourceTree = ""; }; + 0D118F712C3FCA2200E02305 /* NativeSliderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeSliderView.swift; sourceTree = ""; }; 14033F5D27201B8A00A24D5E /* MobileMediationInterstitialViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MobileMediationInterstitialViewController.swift; sourceTree = ""; }; 14033F6427201E2700A24D5E /* MobileMediationNativeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MobileMediationNativeViewController.swift; sourceTree = ""; }; 14033F6727201F7900A24D5E /* MobileMediationRewardedViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MobileMediationRewardedViewController.swift; sourceTree = ""; }; @@ -361,10 +361,10 @@ 14033F6127201D9E00A24D5E /* Native */ = { isa = PBXGroup; children = ( - 0D62C42A2C4F8F370014CA12 /* NativeSliderView.swift */, 147B0BCB27200D12005F4062 /* StarRatingView.swift */, 147B0BCD27200D14005F4062 /* NativeAdView.swift */, 147B0BCC27200D13005F4062 /* NativeAdView.xib */, + 0D118F712C3FCA2200E02305 /* NativeSliderView.swift */, ); path = Native; sourceTree = ""; @@ -620,10 +620,10 @@ 149931802722BD01005D2E87 /* Adfox */ = { isa = PBXGroup; children = ( - 0D62C42C2C4F8F470014CA12 /* AdFoxSliderViewController.swift */, 149931872722C423005D2E87 /* AdFoxBannerViewController.swift */, 1499318A2722CD44005D2E87 /* AdFoxInterstitialViewController.swift */, 149931832722BD94005D2E87 /* AdFoxNativeViewController.swift */, + 0D118F6F2C3FBF0200E02305 /* AdFoxSliderViewController.swift */, ); path = Adfox; sourceTree = ""; @@ -771,7 +771,7 @@ 1467E34C271EA91500DF104A /* Frameworks */, 1467E34D271EA91500DF104A /* Resources */, E4E9AE0924D84CE9CC90A2AD /* [CP] Copy Pods Resources */, - 6587175D8225DAC913112E3D /* [CP] Embed Pods Frameworks */, + 637866F3F3E9A65DF17581DC /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -915,7 +915,7 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 6587175D8225DAC913112E3D /* [CP] Embed Pods Frameworks */ = { + 637866F3F3E9A65DF17581DC /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1002,6 +1002,7 @@ DE6D740A2A740DF30024DA8F /* InstreamSingleViewController.swift in Sources */, 14033FBA2720457800A24D5E /* PlayerView.swift in Sources */, 149931882722C423005D2E87 /* AdFoxBannerViewController.swift in Sources */, + 0D118F702C3FBF0200E02305 /* AdFoxSliderViewController.swift in Sources */, 14033FBC2720457800A24D5E /* VideoPlayerVisibilityTracker.swift in Sources */, 646CB7F62B0B5B6F0056DFD5 /* YandexAdsExampleViewController.swift in Sources */, 1474FC232721A4E500276688 /* GDPRViewController.swift in Sources */, @@ -1010,12 +1011,11 @@ 14033F6827201F7900A24D5E /* MobileMediationRewardedViewController.swift in Sources */, B394AC8627A868DB00D92CD9 /* AdPlayerErrorConverter.swift in Sources */, 14033FB92720457800A24D5E /* ContentPlayerControlsDelegate.swift in Sources */, - 0D62C42B2C4F8F370014CA12 /* NativeSliderView.swift in Sources */, 4A8FA13B2BFB558700A3DB07 /* NativeBulkViewController.swift in Sources */, 14033FC02720457800A24D5E /* InstreamAdBreakPositionFormatter.swift in Sources */, 14033FBF2720457800A24D5E /* InstreamParametersParser.swift in Sources */, - 0D62C42D2C4F8F470014CA12 /* AdFoxSliderViewController.swift in Sources */, DEC81ADC2A53B9E7008FE935 /* String+Extensions.swift in Sources */, + 0D118F722C3FCA2200E02305 /* NativeSliderView.swift in Sources */, 14033F8527202B8D00A24D5E /* AdMobNativeAdView.swift in Sources */, 14033FBB2720457800A24D5E /* VideoAVPlayerDelegate.swift in Sources */, 149931842722BD94005D2E87 /* AdFoxNativeViewController.swift in Sources */, @@ -1205,7 +1205,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.2.0; + CURRENT_PROJECT_VERSION = 7.3.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1224,7 +1224,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.2.0; + MARKETING_VERSION = 7.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1268,7 +1268,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.2.0; + CURRENT_PROJECT_VERSION = 7.3.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1281,7 +1281,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.2.0; + MARKETING_VERSION = 7.3.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -1379,7 +1379,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 7.2.0; + CURRENT_PROJECT_VERSION = 7.3.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1392,7 +1392,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.5; - MARKETING_VERSION = 7.2.0; + MARKETING_VERSION = 7.3.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; diff --git a/Package.swift b/Package.swift index 4c50fe8..fefe925 100644 --- a/Package.swift +++ b/Package.swift @@ -50,13 +50,13 @@ let package = Package( ), .binaryTarget( name: "YandexMobileAds", - url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.2.0/spm/bb634541-f72b-4f3d-a88c-90b56077c1a1.zip", - checksum: "92d55937cf6d62bb0dfe4ab679290c25b53413701557e500806c4a9e8dc16a9e" + url: "https://ads-mobile-sdk.s3.yandex.net/Yandex/YandexMobileAds/7.3.0/spm/95bb0894-5077-4715-a965-de89f33adb87.zip", + checksum: "590427af9146dc73b74c6fcaa2d19992cbeeb856af3b161936910e9ade6c2b61" ), .binaryTarget( name: "YandexMobileAdsInstream", - url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.31.0/spm/2302cb4e-412f-4ef8-ae0c-858f0fb6e487.zip", - checksum: "abb9d5bd110cc4654e25b970c6bfe1844801ed4037088767a153f5b63f4ae7ed" + url: "https://ads-mobile-sdk.s3.yandex.net/YandexMobileAdsInstream/0.32.0/spm/b81f9f29-138e-4827-ae69-48fd8709a76a.zip", + checksum: "d271d5bd881be6ca9530a04d37d0a86d31a68743d4d35bcec5a15826fdd2a1fe" ) ] ) \ No newline at end of file diff --git a/Sources/YandexMobileAdsTarget/Resources/PrivacyInfo.xcprivacy b/Sources/YandexMobileAdsTarget/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..5ef6af1 --- /dev/null +++ b/Sources/YandexMobileAdsTarget/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,48 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeDeviceID + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeAdvertisingData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeThirdPartyAdvertising + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + diff --git a/Sources/YandexMobileAdsTarget/dummy.m b/Sources/YandexMobileAdsTarget/dummy.m new file mode 100644 index 0000000..e69de29 diff --git a/Sources/YandexMobileAdsTarget/include/dummy.h b/Sources/YandexMobileAdsTarget/include/dummy.h new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Sources/YandexMobileAdsTarget/include/dummy.h @@ -0,0 +1 @@ + diff --git a/changelog/adapter/admob-mobileads/CHANGELOG.md b/changelog/adapter/admob-mobileads/CHANGELOG.md index b0abacc..a7548c7 100644 --- a/changelog/adapter/admob-mobileads/CHANGELOG.md +++ b/changelog/adapter/admob-mobileads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.3.0.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 7.2.0.0 ### Updated diff --git a/changelog/adapter/ironsource-mobileads/CHANGELOG.md b/changelog/adapter/ironsource-mobileads/CHANGELOG.md index 654aba3..207e9a9 100644 --- a/changelog/adapter/ironsource-mobileads/CHANGELOG.md +++ b/changelog/adapter/ironsource-mobileads/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## Version 7.3.0.0 + +### Updated + +- Updated minimum supported `IronSourceSDK` version to `8.2.0.0` +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + + ## Version 7.2.0.0 ### Updated diff --git a/changelog/mediation/mobileads-adcolony/CHANGELOG.md b/changelog/mediation/mobileads-adcolony/CHANGELOG.md index 9f7b88c..71642e9 100644 --- a/changelog/mediation/mobileads-adcolony/CHANGELOG.md +++ b/changelog/mediation/mobileads-adcolony/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.9.0.17 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 4.9.0.16 ### Updated diff --git a/changelog/mediation/mobileads-applovin/CHANGELOG.md b/changelog/mediation/mobileads-applovin/CHANGELOG.md index 386b97a..13c82bb 100644 --- a/changelog/mediation/mobileads-applovin/CHANGELOG.md +++ b/changelog/mediation/mobileads-applovin/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 12.5.0.3 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 12.5.0.2 ### Updated diff --git a/changelog/mediation/mobileads-bigoads/CHANGELOG.md b/changelog/mediation/mobileads-bigoads/CHANGELOG.md index 61f5b93..5349810 100644 --- a/changelog/mediation/mobileads-bigoads/CHANGELOG.md +++ b/changelog/mediation/mobileads-bigoads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.2.3.3 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 4.2.3.2 ### Updated diff --git a/changelog/mediation/mobileads-chartboost/CHANGELOG.md b/changelog/mediation/mobileads-chartboost/CHANGELOG.md index 6e1f54c..caab2d0 100644 --- a/changelog/mediation/mobileads-chartboost/CHANGELOG.md +++ b/changelog/mediation/mobileads-chartboost/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 9.7.0.6 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 9.7.0.5 ### Updated diff --git a/changelog/mediation/mobileads-google/CHANGELOG.md b/changelog/mediation/mobileads-google/CHANGELOG.md index fb4eb02..f462964 100644 --- a/changelog/mediation/mobileads-google/CHANGELOG.md +++ b/changelog/mediation/mobileads-google/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 11.3.0.3 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 11.3.0.2 ### Updated diff --git a/changelog/mediation/mobileads-inmobi/CHANGELOG.md b/changelog/mediation/mobileads-inmobi/CHANGELOG.md index 69d8de1..dfbc02e 100644 --- a/changelog/mediation/mobileads-inmobi/CHANGELOG.md +++ b/changelog/mediation/mobileads-inmobi/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 10.7.4.1 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 10.7.4.0 ### Updated diff --git a/changelog/mediation/mobileads-ironsource/CHANGELOG.md b/changelog/mediation/mobileads-ironsource/CHANGELOG.md index 4480c7a..f372f2e 100644 --- a/changelog/mediation/mobileads-ironsource/CHANGELOG.md +++ b/changelog/mediation/mobileads-ironsource/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Version 8.2.0.0 + +### Updated + +- Updated minimum supported `IronSourceSDK` version to `8.2.0.0` +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 8.1.0.2 ### Updated diff --git a/changelog/mediation/mobileads-mintegral/CHANGELOG.md b/changelog/mediation/mobileads-mintegral/CHANGELOG.md index 8cd0546..eecbb65 100644 --- a/changelog/mediation/mobileads-mintegral/CHANGELOG.md +++ b/changelog/mediation/mobileads-mintegral/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.6.7.1 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 7.6.7.0 ### Updated diff --git a/changelog/mediation/mobileads-mytarget/CHANGELOG.md b/changelog/mediation/mobileads-mytarget/CHANGELOG.md index 3de52e1..318022f 100644 --- a/changelog/mediation/mobileads-mytarget/CHANGELOG.md +++ b/changelog/mediation/mobileads-mytarget/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Version 5.21.5.0 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` +- Updated minimum supported `myTargetSDK` version to `5.21.5` + ## Version 5.21.4.0 ### Updated diff --git a/changelog/mediation/mobileads-startapp/CHANGELOG.md b/changelog/mediation/mobileads-startapp/CHANGELOG.md index af30b87..349ba52 100644 --- a/changelog/mediation/mobileads-startapp/CHANGELOG.md +++ b/changelog/mediation/mobileads-startapp/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.10.3.3 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 4.10.3.2 ### Updated diff --git a/changelog/mediation/mobileads-unityads/CHANGELOG.md b/changelog/mediation/mobileads-unityads/CHANGELOG.md index d74851b..38596b6 100644 --- a/changelog/mediation/mobileads-unityads/CHANGELOG.md +++ b/changelog/mediation/mobileads-unityads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 4.12.1.1 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 4.12.1.0 ### Updated diff --git a/changelog/mediation/mobileads-vungle/CHANGELOG.md b/changelog/mediation/mobileads-vungle/CHANGELOG.md index 47301bf..f93869f 100644 --- a/changelog/mediation/mobileads-vungle/CHANGELOG.md +++ b/changelog/mediation/mobileads-vungle/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.4.0.1 + +### Updated + +- Updated minimum supported `YandexMobileAds` version to `7.3.0` + ## Version 7.4.0.0 ### Updated diff --git a/changelog/mobileads/CHANGELOG.md b/changelog/mobileads/CHANGELOG.md index cd9b317..da7b3da 100644 --- a/changelog/mobileads/CHANGELOG.md +++ b/changelog/mobileads/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## Version 7.3.0 + +### Added + +- Added improvements and fixes + ## Version 7.2.0 ### Updated