Skip to content

Commit af27480

Browse files
committed
Merge branch 'markushi/release-branch-for-7.20.1' into 7.x.x
2 parents 3cdb905 + e040da6 commit af27480

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ SentryAndroid.init(context) { options ->
2727

2828
If you would like to keep some of the default broadcast events as breadcrumbs, consider opening a [GitHub issue](https://github.com/getsentry/sentry-java/issues/new).
2929

30+
## 7.20.1
31+
32+
### Behavioural Changes
33+
3034
- The user ip-address is now only set to `"{{auto}}"` if sendDefaultPii is enabled ([#4071](https://github.com/getsentry/sentry-java/pull/4071))
3135
- This change gives you control over IP address collection directly on the client
3236

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android.useAndroidX=true
1313
android.defaults.buildfeatures.buildconfig=true
1414

1515
# Release information
16-
versionName=7.20.0
16+
versionName=7.20.1
1717

1818
# Override the SDK name on native crashes on Android
1919
sentryAndroidSdkName=sentry.native.android

0 commit comments

Comments
 (0)