From 13fc2bcc0666f6fbca8b08222d2601348cdaee73 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 13 Mar 2024 18:11:21 +0000 Subject: [PATCH] Changelog for 1.2.5 --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4791e9d..1a730f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,21 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release ## [Unreleased] ### Added ### Fixed -- Missing handlers for System.DateTime ### Changed -- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.4.303 -- Dependencies - Updated FunFair.CodeAnalysis to 7.0.10.303 -- Dependencies - Updated Meziantou.Analyzer to 2.0.145 ### Removed ### Deployment Changes +## [1.2.5] - 2024-03-13 +### Fixed +- Missing handlers for System.DateTime +### Changed +- Dependencies - Updated Credfeto.Enumeration.Source.Generation to 1.1.4.303 +- Dependencies - Updated FunFair.CodeAnalysis to 7.0.10.303 +- Dependencies - Updated Meziantou.Analyzer to 2.0.145 + ## [1.2.4] - 2024-03-08 ### Fixed - Convert.ToDouble and Convert.ToDecimal typos