diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c985d0..4c99d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.0.0 + +- Bump minimum required version to PHP 8.2 +- Add Csp hook (requires Icinga Web 2.14) +- Add clicommand to clear cache +- Validate JSONFeed version and rework feed detection +- Add connect_timeout to Guzzle Client +- Various small fixes and more logging + ## v0.2.1 - Fix non-RSS 2.0 feeds not working diff --git a/module.info b/module.info index d2cd20b..4e5d9f7 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: Feeds -Version: 0.2.1 +Version: 1.0.0 Requires: Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga Web Feeds