We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd5185 commit 716ad3aCopy full SHA for 716ad3a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 6.0.0-rc.1
4
5
### Features
6
- Allow optimization and obfuscation of the SDK by reducing proguard rules ([#2031](https://github.com/getsentry/sentry-java/pull/2031))
gradle.properties
@@ -7,7 +7,7 @@ org.gradle.parallel=true
7
android.useAndroidX=true
8
9
# Release information
10
-versionName=6.0.0-beta.4
+versionName=6.0.0-rc.1
11
12
# Override the SDK name on native crashes on Android
13
sentryAndroidSdkName=sentry.native.android
0 commit comments