From d73be2557ef5c7c4b337506bac66dfa90e556ca0 Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Sun, 1 Oct 2023 11:35:37 +0200 Subject: [PATCH] docs: release v2.1.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cc1cc1..4d2d3a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ -# 2.0.0 +# 2.1.0 (2023-10-01) + +## What's Changed + +* Support for ansible-core 2.15 by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/151. +* chore(deps): bump pytest-cov from 4.0.0 to 4.1.0 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/149 +* chore(deps): update black requirement from ~=23.3 to ~=23.7 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/153 +* chore(deps): bump pytest from 7.3.1 to 7.4.0 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/152 +* chore(deps): bump pytest from 7.4.0 to 7.4.2 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/157 +* chore(deps): update black requirement from ~=23.7 to ~=23.9 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/156 +* chore(deps): bump actions/checkout from 3 to 4 by @dependabot + in https://github.com/haidaraM/ansible-playbook-grapher/pull/155 + +**Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.0.0...v2.1.0 + +# 2.0.0 (2023-06-03) ## What's Changed