From f2fe890bba73a22f176b025a53050b66cca7a026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Sat, 2 Mar 2024 00:43:56 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1e45a..345bf80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [1.1.0] - 2024-03-02 + * The Cache can now be instantiated without providing a [PSR-20](https://www.php-fig.org/psr/psr-20/) clock implementation. * The library doesn't depend on the [`beste/clock` library](https://github.com/beste/clock) anymore. @@ -9,5 +11,6 @@ Initial Release -[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.0.0...main +[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...main +[1.1.0]: https://github.com/beste/in-memory-cache-php/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/beste/in-memory-cache-php/tree/1.0.0