diff --git a/SUPPORT.md b/SUPPORT.md index 6de1f1e93..e0c4e8aef 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -46,3 +46,4 @@ Collection Version | Checkmk Versions | Ansible Versions | Remarks 3.3.0 | 2.0.0p39, 2.1.0p35, 2.2.0p12 | 2.13, 2.14, 2.15 | None 3.4.0 | 2.0.0p39, 2.1.0p36, 2.2.0p14 | 2.13, 2.14, 2.15 | None 4.0.0 | 2.0.0p39, 2.1.0p36, 2.2.0p16 | 2.14, 2.15, 2.16 | Breaking changes to the following roles: `agent`, `server`. +4.0.1 | 2.0.0p39, 2.1.0p36, 2.2.0p16 | 2.14, 2.15, 2.16 | None diff --git a/galaxy.yml b/galaxy.yml index 7874e5fb7..257086335 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ name: general # The version of the collection. Must be compatible with semantic versioning -version: 4.0.0 +version: 4.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md