diff --git a/plugins/flutter_aepassurance/CHANGELOG.md b/plugins/flutter_aepassurance/CHANGELOG.md index 7ddae81..fff03de 100644 --- a/plugins/flutter_aepassurance/CHANGELOG.md +++ b/plugins/flutter_aepassurance/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepcore/CHANGELOG.md b/plugins/flutter_aepcore/CHANGELOG.md index 8a8c82f..e44ec2c 100644 --- a/plugins/flutter_aepcore/CHANGELOG.md +++ b/plugins/flutter_aepcore/CHANGELOG.md @@ -1,3 +1,10 @@ +## 5.0.0 + +* Add `MobileCore.initializeWithAppId` and `MobileCore.initialize` APIs to simplify AEP SDK initialization by enabling automatic extension registration and lifecycle tracking. +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Add Error handling for NSError. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedge/CHANGELOG.md b/plugins/flutter_aepedge/CHANGELOG.md index a5439e7..b1172e4 100644 --- a/plugins/flutter_aepedge/CHANGELOG.md +++ b/plugins/flutter_aepedge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.1.0 * Added support to customize datastream configurations on a per-event basis using the sendEvent API diff --git a/plugins/flutter_aepedgebridge/CHANGELOG.md b/plugins/flutter_aepedgebridge/CHANGELOG.md index 19b7810..ed7a0b9 100644 --- a/plugins/flutter_aepedgebridge/CHANGELOG.md +++ b/plugins/flutter_aepedgebridge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedgeconsent/CHANGELOG.md b/plugins/flutter_aepedgeconsent/CHANGELOG.md index 7ddae81..fff03de 100644 --- a/plugins/flutter_aepedgeconsent/CHANGELOG.md +++ b/plugins/flutter_aepedgeconsent/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepedgeidentity/CHANGELOG.md b/plugins/flutter_aepedgeidentity/CHANGELOG.md index 7ddae81..fff03de 100644 --- a/plugins/flutter_aepedgeidentity/CHANGELOG.md +++ b/plugins/flutter_aepedgeidentity/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepmessaging/CHANGELOG.md b/plugins/flutter_aepmessaging/CHANGELOG.md index f3e6500..c24d7ce 100644 --- a/plugins/flutter_aepmessaging/CHANGELOG.md +++ b/plugins/flutter_aepmessaging/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec. diff --git a/plugins/flutter_aepuserprofile/CHANGELOG.md b/plugins/flutter_aepuserprofile/CHANGELOG.md index 19b7810..ed7a0b9 100644 --- a/plugins/flutter_aepuserprofile/CHANGELOG.md +++ b/plugins/flutter_aepuserprofile/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.0.0 + +* Update to use BOM [(Bill of Materials)](https://central.sonatype.com/artifact/com.adobe.marketing.mobile/sdk-bom) for Android SDK dependencies. +* Update tests to handle the deprecation warning for `setMockMethodCallHandler`. + ## 4.0.2 * Update environment dependencies in pubspec.