From 4a115a074f197134435d983e2d9bad24f2e1d530 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa Date: Thu, 21 Dec 2023 11:44:01 +0530 Subject: [PATCH] updated changelog Signed-off-by: Sumanth Lingappa --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6532e228d..af9d74574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-12-21 + +### Added + +- introduced new module `save_config` ([#326]) +- updated documentation + +### Fixed + +- fixed ansible pep8 sanity test errors + ## [2.1.0] - 2023-12-17 ### Added @@ -47,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.1.0...HEAD +[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.2.0...HEAD +[2.2.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.1...2.0.2 @@ -61,3 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#312]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/312 [#313]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/313 [#314]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/314 +[#326]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/326