Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update CLI to v2.3.1 #343

Merged
merged 2 commits into from Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 }}
romtsn marked this conversation as resolved.
Show resolved Hide resolved
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