We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c89a02 commit f2d504bCopy full SHA for f2d504b
CHANGELOG.md
@@ -2,12 +2,15 @@
2
3
## [Unreleased]
4
5
+## [1.1.0] - 2024-03-02
6
+
7
* The Cache can now be instantiated without providing a [PSR-20](https://www.php-fig.org/psr/psr-20/) clock implementation.
8
* The library doesn't depend on the [`beste/clock` library](https://github.com/beste/clock) anymore.
9
10
## [1.0.0] - 2023-12-09
11
12
Initial Release
13
-[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.0.0...main
14
+[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...main
15
+[1.1.0]: https://github.com/beste/in-memory-cache-php/compare/1.0.0...1.1.0
16
[1.0.0]: https://github.com/beste/in-memory-cache-php/tree/1.0.0
0 commit comments