Skip to content

Commit 7c4249a

Browse files
committed
release: 5.7.1
1 parent 80ec67d commit 7c4249a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.7.1
44

55
* Fix: Sentry Timber integration does not submit msg.formatted breadcrumbs (#1957)
66
* Fix: ANR WatchDog won't crash on SecurityException ([#1962](https://github.com/getsentry/sentry-java/pull/1962))
77

8-
98
## 5.7.0
109

1110
* Feat: Automatically enable `Timber` and `Fragment` integrations if they are present on the classpath (#1936)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
android.useAndroidX=true
88

99
# Release information
10-
versionName=5.7.0
10+
versionName=5.7.1
1111

1212
# disable renderscript, it's enabled by default
1313
android.defaults.buildfeatures.renderscript=false

0 commit comments

Comments
 (0)