Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 26, 2024
1 parent 7acdf26 commit 6c59a01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.2.0] - 2024-07-27

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

Initial Release

[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...main
[Unreleased]: https://github.com/beste/in-memory-cache-php/compare/1.2.0...main
[1.2.0]: https://github.com/beste/in-memory-cache-php/compare/1.1.0...1.2.0
[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

0 comments on commit 6c59a01

Please sign in to comment.