From 5b6058fa936fd88334b351bb26c1d93f0168f537 Mon Sep 17 00:00:00 2001 From: maypok86 Date: Mon, 30 Sep 2024 11:28:19 +0300 Subject: [PATCH] [Chore] Update CHANGELOG for v1.2.3 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8907a4..b587044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.3 - 2024-09-30 + +### 🐞 Bug Fixes + +- Added collection of eviction statistics for expired entries. ([#108](https://github.com/maypok86/otter/issues/108)) + ## 1.2.2 - 2024-08-14 ### ✨️Features