diff --git a/CHANGELOG.md b/CHANGELOG.md index 870e673..1c985d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.1 + +- Fix non-RSS 2.0 feeds not working +- Use Null coalescing operator instead of default value of getPopulatedValue + ## v0.2.0 - Refactor FilesystemStorage to use single files per feed diff --git a/module.info b/module.info index 2cf3073..d2cd20b 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Module: Feeds -Version: 0.2.0 +Version: 0.2.1 Requires: Libraries: icinga-php-library (>=0.16.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga Web Feeds