From b86b830c91eb61eb3e3aca6f3be82a39e95776b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:25:19 +0200 Subject: [PATCH] chore(deps): update CLI to v2.3.1 (#343) Co-authored-by: GitHub Co-authored-by: Roman Zavarnitsyn --- .github/workflows/update-deps.yml | 4 ++-- CHANGELOG.md | 6 +++--- plugin-build/sentry-cli.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 2e4bbee5..0ba24415 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7372cd..36d7562d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index b5a7f2c0..eb1e44cb 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.3.0 +version = 2.3.1 repo = https://github.com/getsentry/sentry-cli