diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b2568..e7b8f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.4.6 - 2024-02-28 + +### Changed +* laminas/laminas-log dependency update from 2.16 to 2.17 (introduced PHP 8.3 support) + +### Added +* Nothing + +### Deprecated +* Nothing + +### Removed +* Nothing + ## 3.4.5 - 2024-02-27 ### Changed diff --git a/composer.json b/composer.json index a7dc991..e25af6b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "psr/http-message": "^1.0 || ^2.0", "laminas/laminas-servicemanager": "^3.10.0", - "laminas/laminas-log": "^2.16", + "laminas/laminas-log": "^2.17", "dotkernel/dot-mail": "^4.1" }, "require-dev": {