diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1985bd7..28bf66d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ Ansible Utils Collection Release Notes .. contents:: Topics +v2.3.1 +====== + +Bugfixes +-------- + +- Add support for the validation of formats to the jsonschema validator. +- Improve test coverage + v2.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9994dac..0906425 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -133,3 +133,11 @@ releases: - improve_coverage_for_filter_plugins.yaml - update_doc_for_usable_range_filter_plugin.yml release_date: '2021-06-22' + 2.3.1: + changes: + bugfixes: + - Add support for the validation of formats to the jsonschema validator. + - Improve test coverage + fragments: + - 81_add_support_for_format.yaml + release_date: '2021-07-26' diff --git a/changelogs/fragments/81_add_support_for_format.yaml b/changelogs/fragments/81_add_support_for_format.yaml deleted file mode 100644 index 34ba87c..0000000 --- a/changelogs/fragments/81_add_support_for_format.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - Add support for the validation of formats to the jsonschema validator. - - Improve test coverage