diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e393af8a2..8ecf36d072 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
### Fixes
- On mobile devices, the SDK no longer throws a `FormatException` for `ProcessorFrequency` when trying to report native events ([#3541](https://github.com/getsentry/sentry-dotnet/pull/3541))
+- Add missing org parameter to the CLI release operations ([#3600](https://github.com/getsentry/sentry-dotnet/pull/3600))
### API Changes
- When the Sentry SDK is disabled, `SentrySdk.StartTransaction()` now returns a `NoOpTransaction`, which avoids unnecessary memory allocations ([#3581](https://github.com/getsentry/sentry-dotnet/pull/3581))
diff --git a/src/Sentry/buildTransitive/Sentry.targets b/src/Sentry/buildTransitive/Sentry.targets
index ae1b83a68c..34c931a129 100644
--- a/src/Sentry/buildTransitive/Sentry.targets
+++ b/src/Sentry/buildTransitive/Sentry.targets
@@ -96,6 +96,7 @@
"$(SentryCLI)"
$(SentryCLIBaseCommand) $(SentryCLIBaseOptions.Trim())
+ $(SentryReleaseOptions) --org $(SentryOrg)
$(SentryReleaseOptions) --project $(SentryProject)
--auto