diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fa2f077c9..458da7cd0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,20 +2,20 @@
## Unreleased
+### Features
+
+- New source generator allows Sentry to see true build variables like PublishAot and PublishTrimmed to properly adapt checks in the Sentry SDK ([#4101](https://github.com/getsentry/sentry-dotnet/pull/4101))
+
### Fixes
- Redact Authorization headers before sending events to Sentry ([#4164](https://github.com/getsentry/sentry-dotnet/pull/4164))
- Remove Strong Naming from Sentry.Hangfire ([#4099](https://github.com/getsentry/sentry-dotnet/pull/4099))
-### Features
-
-- New source generator allows Sentry to see true build variables like PublishAot and PublishTrimmed to properly adapt checks in the Sentry SDK ([#4101](https://github.com/getsentry/sentry-dotnet/pull/4101))
-
### Dependencies
-- Bump CLI from v2.43.1 to v2.44.0 ([#4169](https://github.com/getsentry/sentry-dotnet/pull/4169))
- - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2440)
- - [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.44.0)
+- Bump CLI from v2.43.1 to v2.45.0 ([#4169](https://github.com/getsentry/sentry-dotnet/pull/4169), [#4179](https://github.com/getsentry/sentry-dotnet/pull/4179))
+ - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2450)
+ - [diff](https://github.com/getsentry/sentry-cli/compare/2.43.1...2.45.0)
## 5.7.0-beta.0
diff --git a/Directory.Build.props b/Directory.Build.props
index 2aaba9198e..280b94530a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -83,7 +83,7 @@
- 2.44.0
+ 2.45.0
$(MSBuildThisFileDirectory)tools\sentry-cli\$(SentryCLIVersion)\
diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj
index 6db7048663..bc6ec06048 100644
--- a/src/Sentry/Sentry.csproj
+++ b/src/Sentry/Sentry.csproj
@@ -123,13 +123,13 @@
<_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)
-
-
-
-
-
-
-
+
+
+
+
+
+
+