diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cc5fbb..615f48df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### Features + +- Bump CLI to v2.2.0 ([#338](https://github.com/getsentry/sentry-android-gradle-plugin/pull/338)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#220) + - [diff](https://github.com/getsentry/sentry-cli/compare/1.72.0...2.2.0) + ## 3.1.2 ### Features diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index 47f94b9c..fbad064c 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 1.72.0 -repo = https://github.com/getsentry/sentry-cli \ No newline at end of file +version = 2.2.0 +repo = https://github.com/getsentry/sentry-cli