Skip to content

Commit

Permalink
chore(deps): update CLI to v2.3.1 (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
  • Loading branch information
3 people committed Jul 12, 2022
1 parent 6b5bcd9 commit b86b830
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Expand Up @@ -27,5 +27,5 @@ jobs:
name: Android SDK
secrets:
# If a custom token is used instead, a CI would be triggered on a created PR.
# api_token: ${{ secrets.CI_DEPLOY_KEY }}
api_token: ${{ github.token }}
api_token: ${{ secrets.CI_DEPLOY_KEY }}
# api_token: ${{ github.token }}
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,9 @@

### Features

- Bump CLI to v2.3.0 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#230)
- [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.0)
- Bump CLI to v2.3.1 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338), [#341](https://github.com/getsentry/sentry-android-gradle-plugin/pull/341), [#343](https://github.com/getsentry/sentry-android-gradle-plugin/pull/343))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#231)
- [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.3.1)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/sentry-cli.properties
@@ -1,2 +1,2 @@
version = 2.3.0
version = 2.3.1
repo = https://github.com/getsentry/sentry-cli

0 comments on commit b86b830

Please sign in to comment.