X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=7f1610253a7db9d839dd9d425d9081590669346f;hb=e4b146844ec6f85f328119ee24b0d9695c3df587;hp=002a88336b278c35152c52e6884053452349c3a1;hpb=c96e6364ee528d0d813c01fee0ff05459b58a6f3;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 002a8833..7f161025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.21] - 2024-02-22 + +### Fixed + +- Fix null exception regression: [#1496](https://github.com/poolifier/poolifier/issues/1496). + ## [3.1.20] - 2024-02-11 ### Fixed