chore: v2.6.42
[poolifier.git] / CHANGELOG.md
index 888537b648458eb3b377df4f9393dffd3971bfd3..6732933f866dbbaa1766f154e042f48ca2b417c2 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.6.42] - 2023-09-06
+
 ### Changed
 
 - Optimize hot code paths implementation: avoid unnecessary branching, add and use optimized helpers (min, max), use reduce() array helper, ...