Skip to content

Commit

Permalink
Bump sentry runtime SDK version to 6.1.3 (#333)
Browse files Browse the repository at this point in the history
* Upgrade to Sentry Java SDK `6.1.3`

`6.1.3` has a fix for a thread leak.

* Add changelog
  • Loading branch information
adinauer committed Jun 24, 2022
1 parent 8d6e3e3 commit 97624ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Features

- Bump sentry runtime SDK version to `6.1.3` ([#333](https://github.com/getsentry/sentry-android-gradle-plugin/pull/333))

## 3.1.1

### Features
Expand Down
Expand Up @@ -324,7 +324,7 @@ class SentryPlugin : Plugin<Project> {
companion object {
const val SENTRY_ORG_PARAMETER = "sentryOrg"
const val SENTRY_PROJECT_PARAMETER = "sentryProject"
internal const val SENTRY_SDK_VERSION = "6.1.0"
internal const val SENTRY_SDK_VERSION = "6.1.3"

internal val sep = File.separator

Expand Down

0 comments on commit 97624ae

Please sign in to comment.