Skip to content

Commit 6c59a01

Browse files
committed
Release 1.2.0
1 parent 7acdf26 commit 6c59a01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.2.0] - 2024-07-27
6+
57
* The [PSR-6 definition on what makes a valid cache key](https://www.php-fig.org/psr/psr-6/#definitions), it is said that
68
keys must support keys consisting of the characters `A-Z`, `a-z`, `0-9`, `_`, and `.` in any order in UTF-8
79
encoding and a length of up to 64 characters. Implementing libraries MAY support additional characters and encodings
@@ -19,6 +21,7 @@
1921

2022
Initial Release
2123

22-
[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...main
24+
[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.2.0...main
25+
[1.2.0]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...1.2.0
2326
[1.1.0]: https://github.com/beste/in-memory-cache-php/compare/1.0.0...1.1.0
2427
[1.0.0]: https://github.com/beste/in-memory-cache-php/tree/1.0.0

0 commit comments

Comments
 (0)