diff --git a/CHANGELOG.md b/CHANGELOG.md index 773dc15..8424422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog 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). -### Version 5.0.1 *(2024-10-17)* +### Version 5.0.3 *(2024-10-17)* This version of the IronSource Adapter supports the following native SDK dependencies: - * Android: `com.chartboost:chartboost-mediation-adapter-ironsource:chartboost-mediation-adapter-ironsource:5.8.3.+` + * Android: `com.chartboost:chartboost-mediation-adapter-ironsource:chartboost-mediation-adapter-ironsource:5.8.4.+` * iOS: `ChartboostMediationAdapterIronSource: ~> 5.8.1.0.0` ### Version 5.0.0 *(2024-08-08)* diff --git a/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec b/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec index 3506178..e9b16a6 100644 --- a/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec +++ b/Chartboost.CSharp.Mediation.Unity.Adapter.IronSource.nuspec @@ -2,7 +2,7 @@ Chartboost.CSharp.Mediation.Unity.Adapter.IronSource - 5.0.1 + 5.0.3 Chartboost Mediation Adapter - IronSource The Chartboost Mediation Unity SDK Adapter for IronSource. Chartboost diff --git a/Editor/IronSourceAdapterDependencies.xml b/Editor/IronSourceAdapterDependencies.xml index 8e19240..b36ad04 100644 --- a/Editor/IronSourceAdapterDependencies.xml +++ b/Editor/IronSourceAdapterDependencies.xml @@ -2,7 +2,7 @@ - + diff --git a/Runtime/IronSource/IronSourceAdapter.cs b/Runtime/IronSource/IronSourceAdapter.cs index 329fc4f..9ca6168 100644 --- a/Runtime/IronSource/IronSourceAdapter.cs +++ b/Runtime/IronSource/IronSourceAdapter.cs @@ -12,7 +12,7 @@ public static class IronSourceAdapter /// /// The partner adapter Unity version. /// - public const string AdapterUnityVersion = "5.0.1"; + public const string AdapterUnityVersion = "5.0.3"; /// public static string AdapterNativeVersion => Instance.AdapterNativeVersion; diff --git a/package.json b/package.json index 5d7d73f..2ec0486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.chartboost.mediation.unity.adapter.ironsource", - "version": "5.0.1", + "version": "5.0.3", "displayName": "Chartboost Mediation Adapter - IronSource", "description": "The Chartboost Mediation Unity SDK Adapter for IronSource.", "unity": "2022.3",