diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ffc7a29..60e6209b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-Changelog
-=========
-### 2.1.0 (2025-12-01)
+# Changelog
+
+## TBD
+
+### Dependencies
+
+Update bugsnag-android to [v6.20.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.20.0) [#265](https://github.com/bugsnag/bugsnag-unreal/pull/265)
+
+## 2.1.0 (2025-12-01)
+
+### Changed
* Add support for Unreal Engine 5.7 [#260](https://github.com/bugsnag/bugsnag-unreal/pull/260)
* Update bugsnag-android to [v6.19.0](https//github.com/bugsnag/bugsnag-android/releases/tag/v6.19.0) [#262](https://github.com/bugsnag/bugsnag-unreal/pull/262)
@@ -9,43 +17,57 @@ Changelog
* Included apple privacy manifest in released package [#234](https://github.com/bugsnag/bugsnag-unreal/pull/234)
* Updates the bugsnag-cocoa dependency from v6.28.0 to [v6.29.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6290-2024-06-19)
-### 2.0.0 (2024-01-12)
+## 2.0.0 (2024-01-12)
+
+### Changed
* Removed the bugsnag android gradle plugin due to incompatibility with UE 5.1+. Symbols can now be uploaded via the [BugSnag CLI](https://docs.bugsnag.com/platforms/unreal-engine/showing-full-stacktraces/#android-proguard-and-ndk-mappings)[#220](https://github.com/bugsnag/bugsnag-unreal/pull/220)
* Updates the bugsnag-cocoa dependency from v6.26.2 to [v6.28.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6280-2023-12-13) (includes compliance with Apple's Required Reasons API – see [online docs](https://docs.bugsnag.com/platforms/ios/appstore-privacy/#declaring-required-reasons-for-api-usage))
* Updates the bugsnag-android dependency from v5.30.0 to [v5.31.3](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5313-2023-11-06)
-### 1.8.0 (2023-08-28)
+## 1.8.0 (2023-08-28)
+
+### Changed
* Added support for Unreal Engine 5.2
* Updates the bugsnag-cocoa dependency from v6.25.2 to [v6.26.2](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6262-2023-04-20)
* Updates the bugsnag-android dependency from v5.28.4 to [v5.30.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5300-2023-05-11)
* Increased MaxBreadcrumb limit from 100 to 500 [#212](https://github.com/bugsnag/bugsnag-unreal/pull/212)
-### 1.7.0 (2022-03-13)
+## 1.7.0 (2022-03-13)
+
+### Changed
* Add support for Unreal Engine v5.1.1
* Updates the bugsnag-android dependency from v5.28.1 to [v5.28.4](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5284-2023-02-08)
* Updates the bugsnag-cocoa dependency from v6.25.0 to [v6.25.2](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6252-2023-01-18)
-### 1.6.0 (2022-11-09)
+## 1.6.0 (2022-11-09)
+
+### Changed
* Adds the `Telemetry.Usage` configuration property. [#194](https://github.com/bugsnag/bugsnag-unreal/pull/194)
* Adds the `MaxStringValueLength` configuration property. [#193](https://github.com/bugsnag/bugsnag-unreal/pull/193)
* Updates the package branding
-### 1.5.1 (2022-10-27)
+## 1.5.1 (2022-10-27)
+
+### Changed
* Updates the bugsnag-cocoa dependency from v6.19.0 to [v6.25.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6240-2022-10-05)
* Updates the bugsnag-android dependency from v5.24.0 to [v5.28.1](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5281-2022-10-19)
-### 1.5.0 (2022-07-06)
+## 1.5.0 (2022-07-06)
+
+### Changed
* Adds the `Telemetry` configuration property.
* Updates the bugsnag-android dependency from v5.22.1 to [v5.24.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5240-2022-06-30)
* Updates the bugsnag-cocoa dependency from v6.16.8 to [v6.19.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6190-2022-06-29)
-### 1.4.0 (2022-05-11)
+## 1.4.0 (2022-05-11)
+
+### Changed
* Adds official support for Unreal Engine 5.0 🚀
* Fixes improper use of `TCHAR_TO_UTF8()` that could result in use-after-free on Android.
@@ -53,24 +75,32 @@ Changelog
* Updates the bugsnag-android dependency from v5.22.0 to [v5.22.1](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5221-2022-04-28)
* Updates the bugsnag-cocoa dependency from v6.16.6 to [v6.16.8](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6168-2022-05-04)
-### 1.3.1 (2022-04-26)
+## 1.3.1 (2022-04-26)
+
+### Changed
* Fixes `java.lang.ClassNotFoundException` in minified Android builds.
[#151](https://github.com/bugsnag/bugsnag-unreal/pull/151)
-### 1.3.0 (2022-04-11)
+## 1.3.0 (2022-04-11)
+
+### Changed
* Adds the `MaxReportedThreads` configuration property (Android only.)
[#144](https://github.com/bugsnag/bugsnag-unreal/pull/144)
* Updates the bugsnag-android dependency from v5.19.2 to [v5.22.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5220-2022-03-31)
* Updates the bugsnag-cocoa dependency from v6.16.1 to [v6.16.6](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6166-2022-04-06)
-### 1.2.0 (2022-02-17)
+## 1.2.0 (2022-02-17)
+
+### Changed
* Adds support for macOS as a target platform.
[#136](https://github.com/bugsnag/bugsnag-unreal/pull/136)
-### 1.1.0 (2022-02-02)
+## 1.1.0 (2022-02-02)
+
+### Changed
* New APIs to support forthcoming feature flag and experiment functionality.
For more information, please see https://docs.bugsnag.com/product/features-experiments
@@ -78,11 +108,15 @@ Changelog
* Updates the bugsnag-android dependency from v5.16.0 to [v5.19.2](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5192-2022-01-31)
* Updates the bugsnag-cocoa dependency from v6.14.3 to [v6.16.1](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6161-2022-01-19)
-### 1.0.1 (2022-01-04)
+## 1.0.1 (2022-01-04)
+
+### Changed
* Plugin is no longer flagged as "beta"
-### 1.0.0 (2021-12-17)
+## 1.0.0 (2021-12-17)
+
+### Changed
This is the initial public release of Bugsnag for Unreal Engine, supporting Android and iOS as target platforms.
Documentation: https://docs.bugsnag.com/platforms/unreal-engine/
diff --git a/Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml b/Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml
index a4eb001f..c224372c 100644
--- a/Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml
+++ b/Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml
@@ -10,7 +10,7 @@
com.bugsnag,bugsnag-plugin-android-unreal,2.1.0
- com.bugsnag,bugsnag-android,6.19.0
+ com.bugsnag,bugsnag-android,6.20.0
diff --git a/deps/bugsnag-plugin-android-unreal/build.gradle b/deps/bugsnag-plugin-android-unreal/build.gradle
index 26a4dcdd..185fe77b 100644
--- a/deps/bugsnag-plugin-android-unreal/build.gradle
+++ b/deps/bugsnag-plugin-android-unreal/build.gradle
@@ -28,7 +28,7 @@ android {
}
dependencies {
- api "com.bugsnag:bugsnag-android-core:6.19.0"
+ api "com.bugsnag:bugsnag-android-core:6.20.0"
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'junit:junit:4.12'