From 166456e4e3db3fbb8cbc65ce512a7c42e37c429c Mon Sep 17 00:00:00 2001 From: Khalid Qarryzada Date: Wed, 4 Dec 2024 13:07:43 -0600 Subject: [PATCH] Update CHANGELOG for the next release. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09185e05..17aed272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## v3.2.1 - TBD + ## v3.2.0 - 2024-Dec-04 Fixed an issue where `AndFilter.equals()` and `OrFilter.equals()` could incorrectly evaluate to true.