Skip to content

Commit 29a5a6f

Browse files
committed
Release v2.1.0
1 parent 8221410 commit 29a5a6f

File tree

6 files changed

+10
-17
lines changed

6 files changed

+10
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
# Changelog
2-
3-
## TBD
4-
5-
### Dependencies
6-
7-
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)
8-
Update bugsnag-cocoa to [v6.34.1](https//github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.34.1) [#263](https://github.com/bugsnag/bugsnag-unreal/pull/263)
9-
101
Changelog
112
=========
12-
### TBD ()
3+
### 2.1.0 (2025-12-01)
134

5+
* 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)
6+
* Update bugsnag-cocoa to [v6.34.1](https//github.com/bugsnag/bugsnag-cocoa/releases/tag/v6.34.1) [#263](https://github.com/bugsnag/bugsnag-unreal/pull/263)
147
* Updates the bugsnag-android dependency from v5.31.3 to [v6.8.0](https://github.com/bugsnag/bugsnag-android/blob/v6.8.0/CHANGELOG.md)
15-
* Included apple privacy manifest in released package [2#34](https://github.com/bugsnag/bugsnag-unreal/pull/234)
8+
* Included apple privacy manifest in released package [234](https://github.com/bugsnag/bugsnag-unreal/pull/234)
169
* 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)
1710

1811
### 2.0.0 (2024-01-12)

Plugins/Bugsnag/Bugsnag.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 14,
4-
"VersionName": "2.0.0",
3+
"Version": 15,
4+
"VersionName": "2.1.0",
55
"FriendlyName": "BugSnag",
66
"Description": "BugSnag is an error monitoring and application stability management solution.",
77
"Category": "Developer",

Plugins/Bugsnag/Source/Bugsnag/Bugsnag_UPL.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<insertValue value="repository $S(PluginDir)/../ThirdParty/Android/lib"/>
1010
<insertNewline/>
1111
<insert>
12-
com.bugsnag,bugsnag-plugin-android-unreal,2.0.0
12+
com.bugsnag,bugsnag-plugin-android-unreal,2.1.0
1313
com.bugsnag,bugsnag-android,6.19.0
1414
</insert>
1515
<insertNewline/>

Plugins/Bugsnag/Source/Bugsnag/Private/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
#define BUGSNAG_UNREAL_NAME "Unreal Bugsnag Notifier"
66
#define BUGSNAG_UNREAL_URL "https://github.com/bugsnag/bugsnag-unreal"
7-
#define BUGSNAG_UNREAL_VERSION_STRING "2.0.0"
7+
#define BUGSNAG_UNREAL_VERSION_STRING "2.1.0"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

deps/bugsnag-plugin-android-unreal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task generatePom {
4040
pom {
4141
project {
4242
groupId 'com.bugsnag'
43-
version '2.0.0'
43+
version '2.1.0'
4444
packaging 'aar'
4545
}
4646
}.writeTo("$buildDir/outputs/aar/bugsnag-plugin-android-unreal-release.pom")

0 commit comments

Comments
 (0)