# 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.8 *(2026-03-02)*
Fixes:
  * Fixed a crash on launch caused by `FBAudienceNetwork` 6.21.1 switching from a static to a dynamic xcframework. The `FBAudienceNetwork` pod is now added to all targets (`addToAllTargets="true"`) so that the dynamic framework is properly embedded in the app bundle. Without this, `UnityFramework` fails to load at runtime with a `Library not loaded: @rpath/FBAudienceNetwork.framework/FBAudienceNetwork` error.

This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.21.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.21.0`

### Version 5.0.7 *(2025-12-08)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.21.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.21.0`

### Version 5.0.6 *(2025-10-29)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.21.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.20.0`

### Version 5.0.5 *(2025-06-13)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.20.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.20.0`

### Version 5.0.4 *(2025-06-02)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.20.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.17.0`

### Version 5.0.3 *(2025-06-02)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.18.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.17.0`

### Version 5.0.2 *(2025-02-18)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.18.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.16.0`

### Version 5.0.1 *(2024-11-01)*
This version of the Meta Audience Network Adapter supports the following native SDK dependencies:
  * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.18.+`
  * iOS: `ChartboostMediationAdapterMetaAudienceNetwork: ~> 5.6.15.0`

### Version 5.0.0 *(2024-08-08)*

First version of the Chartboost Mediation Unity SDK - Meta Audience Network Adapter.

#Added
- Support for the following `Meta Audience Network` dependencies. Notice adapter dependencies are optimistic and any patches and hot-fixes will be automatically picked up.:
    * Android: `com.chartboost:chartboost-mediation-adapter-meta-audience-network:5.6.17.+`
    * iOS: `ChartboostMediationAdapterMetaAudienceNetwork ~> 5.6.15.0`
    
- `MetaAudienceNetworkAdapter.cs` with Configuration Properties for `Meta Audience Network`.
- The following properties have been added in `MetaAudienceNetworkAdapter.cs`
    * `string AdapterUnityVersion`
    * `string AdapterNativeVersion`
    * `string PartnerSDKVersion`
    * `string PartnerIdentifier`
    * `string PartnerDisplayName`
    * `bool TestMode`
    * `bool VerboseLogging`
    * `IReadOnlyCollection<string> PlacementIds`
