From 1cf31f4febf017be06bf28c3bdd1cac17b1c92a0 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 11 Aug 2025 14:25:18 +1200 Subject: [PATCH 1/3] chore: Fix changelog #skip-changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177ea32f30..8b5ee12ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Fixes + +- Crontabs now support day names (MON-FRI) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407)) + ## 5.14.0 ### Features @@ -12,7 +18,6 @@ ### Fixes - Update `sample_rate` of _Dynamic Sampling Context (DSC)_ when making sampling decisions ([#4374](https://github.com/getsentry/sentry-dotnet/pull/4374)) -- Crontabs now support day names (MON-FRI) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407)) ### Dependencies From c80d99c1253b483e4e3678ffb154fb4e6812c963 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Mon, 11 Aug 2025 19:00:17 +1200 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: J-P Nurmi --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5ee12ec9..a8a1ab7d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Crontabs now support day names (MON-FRI) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407)) +- Crontabs now support day names (MON-SUN) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407)) ## 5.14.0 From 75b29ede38164cf8a8aaae30f81bd3712e073d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:16:11 +0200 Subject: [PATCH 3/3] chore: Fix changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a1ab7d3b..a927c5cf49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Crontabs now support day names (MON-SUN) and allow step values and ranges to be combined ([#4407](https://github.com/getsentry/sentry-dotnet/pull/4407)) +### Dependencies + +- Bump CLI from v2.50.2 to v2.51.0 ([#4419](https://github.com/getsentry/sentry-dotnet/pull/4419)) + - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510) + - [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0) + ## 5.14.0 ### Features @@ -19,12 +25,6 @@ - Update `sample_rate` of _Dynamic Sampling Context (DSC)_ when making sampling decisions ([#4374](https://github.com/getsentry/sentry-dotnet/pull/4374)) -### Dependencies - -- Bump CLI from v2.50.2 to v2.51.0 ([#4419](https://github.com/getsentry/sentry-dotnet/pull/4419)) - - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2510) - - [diff](https://github.com/getsentry/sentry-cli/compare/2.50.2...2.51.0) - ## 5.13.0 ### Features