From e80c4ea7233523c64c380d944a3ed57c1666ac67 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 27 Aug 2024 17:29:32 -0400 Subject: [PATCH] Updating changelog for 3.3.0 Signed-off-by: Matt Farina --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495ad4a..f95a504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 3.3.0 (2024-08-27) + +### Added + +- #238: Add LessThanEqual and GreaterThanEqual functions (thanks @grosser) +- #213: nil version equality checking (thanks @KnutZuidema) + +### Changed + +- #241: Simplify StrictNewVersion parsing (thanks @grosser) +- Testing support up through Go 1.23 +- Minimum version set to 1.21 as this is what's tested now +- Fuzz testing now supports caching + ## 3.2.1 (2023-04-10) ### Changed