Skip to content

Commit

Permalink
chore(deps): update CLI to v2.39.0 (#791)
Browse files Browse the repository at this point in the history
* chore: update plugin-build/sentry-cli.properties to 2.39.0

* Update CHANGELOG.md

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 4bfea01 commit 1f620f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
### Features

- Add AutoInstallStrategy for graphql-22 ([#781](https://github.com/getsentry/sentry-android-gradle-plugin/pull/781))
- New experimental option to upload proguard mappings chunked. Set the env variable to try it out: `export SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD=1`
- This should prevent intermittent `502: Bad Gateway` errors when uploading proguard mappings

### Dependencies

- Bump CLI from v2.38.0 to v2.38.2 ([#786](https://github.com/getsentry/sentry-android-gradle-plugin/pull/786))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2382)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.38.2)
- Bump CLI from v2.38.0 to v2.39.0 ([#786](https://github.com/getsentry/sentry-android-gradle-plugin/pull/786), [#791](https://github.com/getsentry/sentry-android-gradle-plugin/pull/791))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2390)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.38.0...2.39.0)

## 4.13.0

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.38.2
version = 2.39.0
repo = https://github.com/getsentry/sentry-cli

0 comments on commit 1f620f1

Please sign in to comment.