diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5a6fa77..23f9d2453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/) documentation before switching to a new version. +## 1.0.1 (2022-09-08) + +Here are Fixes: https://github.com/Icinga/icingadb-web/milestone/3?closed=1 +Here someone blogged about them: https://icinga.com/blog/2022/09/08/releasing-icinga-db-web-v1-0-1/ + ## 1.0.0 (2022-06-30) First stable release diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 344fee722..b78987c64 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -207,7 +207,7 @@ Make sure you use `icingadb` as the module name. The following requirements must * The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml` * [Icinga DB](https://github.com/Icinga/icingadb) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.9) -* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.9) +* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.10) * [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11) diff --git a/module.info b/module.info index fc0c47f0a..d1caeb586 100644 --- a/module.info +++ b/module.info @@ -1,6 +1,6 @@ Module: icingadb -Version: 1.0.0 +Version: 1.0.1 Requires: - Libraries: icinga-php-library (>=0.9.0), icinga-php-thirdparty (>=0.11.0) + Libraries: icinga-php-library (>=0.10.0), icinga-php-thirdparty (>=0.11.0) Description: Icinga DB Web UI for Icinga DB – Provides a graphical interface to your Icinga monitoring