From d409875a08e1b239d2f484c88c34545df316ff2b Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 7 Feb 2024 04:25:44 -0500 Subject: [PATCH] docs: Update changelog for 1.7.1 --- doc/source/changelog-release-notes.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/source/changelog-release-notes.rst b/doc/source/changelog-release-notes.rst index 1dc9b405..508be3c2 100644 --- a/doc/source/changelog-release-notes.rst +++ b/doc/source/changelog-release-notes.rst @@ -4,6 +4,26 @@ Changelog and release notes *************************** +1.7.1 (2024-02-06) +################## + +https://github.com/ansible-community/ara/releases/tag/1.7.1 + +.. code-block:: text + + This is the 1.7.1 stable release of ara. + + 1.7.1 is a maintenance release that features minor bug fixes. + + Changes since 1.7.0: + + - Address deprecation of yaml.dump in ruamel.yaml when generating + the default server settings.yaml file (#524) + - Don't use setuptools/pkg_resources to retrieve the version of ara + since it is not always installed by default. + - Bumped the version of ansible, ansible-core and fedora used in Zuul + CI jobs. + 1.7.0 (2023-09-10) ##################