From 4332f2d9c61bba6a6dcb39db5122ec3c21a016b8 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 8 Sep 2023 08:03:02 +0000 Subject: [PATCH] release: 2.20.7 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 454f0a901f..1fc0cdfcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott -## Unreleased +## 2.20.7 ### Various fixes & improvements diff --git a/Cargo.lock b/Cargo.lock index 304a18d0f8..cbabda641a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,7 +2212,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.20.6" +version = "2.20.7" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index 96384a547f..3e1a771b18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.20.6" +version = "2.20.7" edition = "2021" rust-version = "1.65" diff --git a/package.json b/package.json index 595c577cd2..fa829ff373 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.20.6", + "version": "2.20.7", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "repository": "git://github.com/getsentry/sentry-cli.git", "homepage": "https://docs.sentry.io/hosted/learn/cli/",