From 27fd1a5a2092833057fee8c9c6a805a546275cc3 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 26 Mar 2024 22:15:18 +0000 Subject: [PATCH] Changelog for 1.2.6 --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd52ab2..6c7a329e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,22 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ## [Unreleased] ### Added ### Fixed -- Mapped nullable parameters should be handled by DBNull rather than through mapper ### Changed -- SDK - Updated DotNet SDK to 8.0.203 -- Dependencies - Updated Meziantou.Analyzer to 2.0.146 -- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.5.315 -- Dependencies - Updated FunFair.CodeAnalysis to 7.0.12.324 ### Removed ### Deployment Changes +## [1.2.6] - 2024-03-26 +### Fixed +- Mapped nullable parameters should be handled by DBNull rather than through mapper +### Changed +- SDK - Updated DotNet SDK to 8.0.203 +- Dependencies - Updated Meziantou.Analyzer to 2.0.146 +- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.5.315 +- Dependencies - Updated FunFair.CodeAnalysis to 7.0.12.324 + ## [1.2.5] - 2024-03-13 ### Fixed - Missing handlers for System.DateTime