From e9db51b536270b2edcf5fffd0337913dbc9fadbb Mon Sep 17 00:00:00 2001 From: Kevin Fairise <132568982+KevinFairise2@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:18:51 +0200 Subject: [PATCH] Bump version and update changelog for 4.20.1 (#507) --- CHANGELOG.md | 4 +++- defaults/main.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cdd934..5e429089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ CHANGELOG ========= +# 4.20.1 / 2023-07-20 +* [CI] Add `empty-string-compare` rule to ansible-lint [#506] # 4.20.0 / 2023-07-18 @@ -481,4 +483,4 @@ Initial release, compatible with Ansible v1 & v2 [@the-real-cphillips]: https://github.com/the-real-cphillips [@tomgoren]: https://github.com/tomgoren [@wisnij]: https://github.com/wisnij -[@xp-1000]: https://github.com/xp-1000 \ No newline at end of file +[@xp-1000]: https://github.com/xp-1000 diff --git a/defaults/main.yml b/defaults/main.yml index 7ed21814..5e2fd7bd 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.20.0 +role_version: 4.20.1 # define if the datadog-agent services should be enabled datadog_enabled: true