Skip to content

Commit

Permalink
Update sentry-android runtime SDK version (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Jun 14, 2022
1 parent 04303e1 commit e320dc4
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.0.0` ([#321](https://github.com/getsentry/sentry-android-gradle-plugin/pull/321))

### Fixes

- Fix `OkHttp` auto-instrumentation crash, when `sentry-android-okhttp` is not present on classpath ([#327](https://github.com/getsentry/sentry-android-gradle-plugin/pull/327))
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 = "5.7.0"
internal const val SENTRY_SDK_VERSION = "6.1.0"

internal val sep = File.separator

Expand Down

0 comments on commit e320dc4

Please sign in to comment.