From d176fe04f13a4239d12a292d60aac40b7df5faf4 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:02:40 +0200 Subject: [PATCH] meta: fix changelog Release 3.3.4 was only partially released (it shows in GitHub releases, but I am not sure to where else it was successfully released). As a result, the changelog was not updated after the release. This change splits off the changlog material included in the partial [3.3.4 release](https://github.com/getsentry/sentry-cli/releases/tag/3.3.4). --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3ba26551..351e0425f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ - (sourcemaps) Skip non-base64 embedded sourcemaps during injection ([#3243](https://github.com/getsentry/sentry-cli/pull/3243)) +## 3.3.4 + ### New Features ✨ - Add `sentry-cli build download` command to download installable builds (IPA/APK) by build ID ([#3221](https://github.com/getsentry/sentry-cli/pull/3221)).