diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fcdf1c..ce7e014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* Add support to define redis database index in redis connection URIs. + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* *Nothing* + + ## [6.2.0] - 2024-08-11 ### Added * *Nothing* diff --git a/README.md b/README.md index c07743c..fd2fd7a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The last two adapters will use the namespace defined in `cache.namespace` config The three of them will allow setting a default lifetime for those entries which do not explicitly define one, picking it up from `cache.default_lifetime`. - ```php +```php