Skip to content

Commit 2d727e9

Browse files
Merge branch 'release/UnityAds/5.0.3'
2 parents 92e94a6 + 4679275 commit 2d727e9

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
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).
33

4+
### Version 5.0.3 *(2025-07-02)*
5+
This version of the Unity Ads Adapter supports the following native SDK dependencies:
6+
* Android: `com.chartboost:chartboost-mediation-adapter-unity-ads:5.4.15.+`
7+
* iOS: `ChartboostMediationAdapterUnityAds: ~> 5.4.15.0`
8+
49
### Version 5.0.2 *(2025-06-02)*
510
This version of the Unity Ads Adapter supports the following native SDK dependencies:
611
* Android: `com.chartboost:chartboost-mediation-adapter-unity-ads:5.4.12.+`

Chartboost.CSharp.Mediation.Unity.Adapter.UnityAds.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Chartboost.CSharp.Mediation.Unity.Adapter.UnityAds</id>
5-
<version>5.0.2</version>
5+
<version>5.0.3</version>
66
<title>Chartboost Mediation Adapter - Unity Ads</title>
77
<description>The Chartboost Mediation Unity SDK Adapter for Unity Ads.</description>
88
<authors>Chartboost</authors>

Editor/UnityAdsAdapterDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<dependencies>
33
<androidPackages>
44
<!-- Android Adapter -->
5-
<androidPackage spec="com.chartboost:chartboost-mediation-adapter-unity-ads:5.4.12.+"/>
5+
<androidPackage spec="com.chartboost:chartboost-mediation-adapter-unity-ads:5.4.15.+"/>
66
</androidPackages>
77
<iosPods>
88
<!-- iOS Adapter -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to add the Chartboost Mediation Unity SDK - UnityAds Adapter to your pr
1212

1313
```json
1414
"dependencies": {
15-
"com.chartboost.mediation.unity.adapter.unity-ads": "5.0.2",
15+
"com.chartboost.mediation.unity.adapter.unity-ads": "5.0.3",
1616
...
1717
},
1818
"scopedRegistries": [

Runtime/Unity Ads/UnityAdsAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public sealed class UnityAdsAdapter
1212
/// <summary>
1313
/// The partner adapter Unity version.
1414
/// </summary>
15-
public const string AdapterUnityVersion = "5.0.2";
15+
public const string AdapterUnityVersion = "5.0.3";
1616

1717
/// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
1818
public static string AdapterNativeVersion => Instance.AdapterNativeVersion;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.chartboost.mediation.unity.adapter.unity-ads",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"displayName": "Chartboost Mediation Adapter - Unity Ads",
55
"description": "The Chartboost Mediation Unity SDK Adapter for Unity Ads.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)