Skip to content

Commit bed2a18

Browse files
committed
release: 1.2.0-beta.1
1 parent 4137549 commit bed2a18

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@
2727
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
2828
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
2929

30+
## 1.2.0-beta.1
31+
32+
### Various fixes & improvements
33+
34+
- feat: Implement structured logging for Unreal (all platforms) (#1091) by @mujacica
35+
- chore(deps): update Cocoa SDK (iOS and Mac) to v8.56.2 (#1093) by @github-actions
36+
- Fix Android crash when logging from multiple threads (#1092) by @tustanivsky
37+
- chore: update plugin-dev/sentry-cli.properties to 2.55.0 (#1085) by @github-actions
38+
- chore: update scripts/update-android-gradle-plugin.sh to 5.12.0 (#1086) by @github-actions
39+
- chore: update modules/sentry-native to 0.11.1 (#1088) by @github-actions
40+
- Removed the text "Warning" for Win64 when symbol upload file is missing to match messaging above. (#1084) by @RiotRampRoy
41+
- chore: update modules/sentry-java to 8.22.0 (#1083) by @github-actions
42+
- fix: Prevent usage of internal UE logger during crash handling (#1081) by @mujacica
43+
- chore(deps): update Native SDK to v0.11.0 (#1080) by @github-actions
44+
- chore: update plugin-dev/sentry-cli.properties to 2.54.0 (#1079) by @github-actions
45+
- chore(deps): update Cocoa SDK (iOS and Mac) to v8.56.0 (#1077) by @github-actions
46+
- chore: update scripts/update-android-gradle-plugin.sh to 5.11.0 (#1078) by @github-actions
47+
3048
## 1.1.1
3149

3250
### Features

plugin-dev/Sentry.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.1.1",
4+
"VersionName": "1.2.0-beta.1",
55
"FriendlyName": "Sentry",
66
"Description": "Sentry catches all your errors and performance issues, and shows you how to fix them before they bring down the player experience.",
77
"Category": "Code Plugins",

0 commit comments

Comments
 (0)