com.chartboost.mediation.unity.adapter.google-bidding 5.3.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.checksum CHANGED
@@ -1 +1 @@
1
- 36a56b034307199a0278b9099b4c262a
1
+ b4f3a3d82b6c60a89ccf78e3ff9c8417
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file using the standards as defined at [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).
3
3
 
4
+ ### Version 5.4.0 *(2026-03-03)*
5
+ This version of the Google Bidding Adapter supports the following native SDK dependencies:
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-google-bidding:5.25.0.+`
7
+ * iOS: `ChartboostMediationAdapterGoogleBidding: ~> 5.13.0.0`
8
+
4
9
  ### Version 5.3.0 *(2026-02-20)*
5
10
  This version of the Google Bidding Adapter supports the following native SDK dependencies:
6
11
  * Android: `com.chartboost:chartboost-mediation-adapter-google-bidding:5.25.0.+`
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.GoogleBidding</id>
5
- <version>5.3.0</version>
5
+ <version>5.4.0</version>
6
6
  <title>Chartboost Mediation Adapter - Google Bidding</title>
7
7
  <description>The Chartboost Mediation Unity SDK Adapter for Google Bidding.</description>
8
8
  <authors>Chartboost</authors>
@@ -6,9 +6,9 @@
6
6
  </androidPackages>
7
7
  <iosPods>
8
8
  <!-- iOS Adapter -->
9
- <iosPod name="ChartboostMediationAdapterGoogleBidding" version="~> 5.12.14.0"/>
9
+ <iosPod name="ChartboostMediationAdapterGoogleBidding" version="~> 5.13.0.0"/>
10
10
 
11
11
  <!-- Partner iOS SDK-->
12
- <iosPod name="Google-Mobile-Ads-SDK" version="~> 12.14.0" addToAllTargets="false"/>
12
+ <iosPod name="Google-Mobile-Ads-SDK" version="~> 13.0.0" addToAllTargets="false"/>
13
13
  </iosPods>
14
14
  </dependencies>
package/README.md CHANGED
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - Google Bidding Adapter to y
12
12
 
13
13
  ```json
14
14
  "dependencies": {
15
- "com.chartboost.mediation.unity.adapter.google-bidding": "5.3.0",
15
+ "com.chartboost.mediation.unity.adapter.google-bidding": "5.4.0",
16
16
  ...
17
17
  },
18
18
  "scopedRegistries": [
@@ -13,7 +13,7 @@ namespace Chartboost.Mediation.GoogleBidding
13
13
  /// <summary>
14
14
  /// The partner adapter Unity version.
15
15
  /// </summary>
16
- public const string AdapterUnityVersion = "5.3.0";
16
+ public const string AdapterUnityVersion = "5.4.0";
17
17
 
18
18
  /// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
19
19
  public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.chartboost.mediation.unity.adapter.google-bidding",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "license": "MIT",
5
5
  "displayName": "Chartboost Mediation Adapter - Google Bidding",
6
6
  "description": "The Chartboost Mediation Unity SDK Adapter for Google Bidding.",