diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3a9a822..0282133306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Changelog -## 4.0.0-beta.5 - -### Features - -- iOS profiling support (alpha). ([#2930](https://github.com/getsentry/sentry-dotnet/pull/2930)) +## Unreleased ### Feature @@ -12,6 +8,12 @@ - Enable it with option `EnableSpotlight` - Optionally configure the URL to connect via `SpotlightUrl`. Defaults to `http://localhost:8969/stream`. +## 4.0.0-beta.5 + +### Features + +- iOS profiling support (alpha). ([#2930](https://github.com/getsentry/sentry-dotnet/pull/2930)) + ### Fixes - Stop Sentry for MacCatalyst from creating `default.profraw` in the app bundle using xcodebuild archive to build sentry-cocoa ([#2960](https://github.com/getsentry/sentry-dotnet/pull/2960))