From f6db69c584fe836d867c2da0f05effccb8cbf495 Mon Sep 17 00:00:00 2001 From: awolverp Date: Fri, 1 Mar 2024 13:11:10 +0330 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ab0f8..4596caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.21] - 2024-03-01 + +### Fixed + +- Improve code stability +- Fix `__module__` attribute for `TTLCache` and `TTLCacheNoDefault` + +### Changed + +- Benchmarks moved to another repository (https://github.com/awolverp/cachebox-benchmark) + ## [1.0.19] - 2024-02-29 ### Added