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