diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c025b5..d3d8b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Unreleased +### Dependencies + +- Bump CLI from v2.0.0 to v2.0.4 ([#32](https://github.com/getsentry/github-workflows/pull/32)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#204) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.0.0...2.0.4) + +## 2.1.0 + +### Features + +- New reusable workflow, `danger.yml`, to check Pull Requests with predefined rules ([#34](https://github.com/getsentry/github-workflows/pull/34)) + ## 2.0.0 ### Changes diff --git a/updater/tests/sentry-cli.properties b/updater/tests/sentry-cli.properties index f0611ca..bd829bb 100644 --- a/updater/tests/sentry-cli.properties +++ b/updater/tests/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.0.0 -repo = https://github.com/getsentry/sentry-cli +version = 2.0.4 +repo = https://github.com/getsentry/sentry-cli