diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e0ca2..8eb9c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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] +## [9.5.0] - 2025-01-25 ### Added -* *Nothing* +* Support shlink-config 4.0 ### Changed * *Nothing* diff --git a/composer.json b/composer.json index cc29c3e..452ecc9 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "laminas/laminas-config-aggregator": "^1.17", "laminas/laminas-servicemanager": "^4.3 || ^3.23", "laminas/laminas-stdlib": "^3.20", - "shlinkio/shlink-config": "^3.4", + "shlinkio/shlink-config": "^4.0 || ^3.4", "symfony/console": "^7.2", "symfony/filesystem": "^7.2", "symfony/process": "^7.2",