diff --git a/CHANGES.rst b/CHANGES.rst index 0dc7f9eb..bfe459e0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +galaxy-importer 0.4.25 (2024-09-18) +=================================== + +Features +-------- + +- Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0. (`AAH-3381 `_) + + +Bugfixes +-------- + +- Replaced bleach and bleach-allowlist with nh3 library. (`AAH-2221 `_) + + galaxy-importer 0.4.24 (2024-07-10) =================================== diff --git a/CHANGES/2221.bugfix b/CHANGES/2221.bugfix deleted file mode 100644 index 9ac25ba0..00000000 --- a/CHANGES/2221.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replaced bleach and bleach-allowlist with nh3 library. diff --git a/CHANGES/3381.feature b/CHANGES/3381.feature deleted file mode 100644 index d316f831..00000000 --- a/CHANGES/3381.feature +++ /dev/null @@ -1 +0,0 @@ -Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0. diff --git a/galaxy_importer/__init__.py b/galaxy_importer/__init__.py index 9e6207df..1cc3baa7 100644 --- a/galaxy_importer/__init__.py +++ b/galaxy_importer/__init__.py @@ -1 +1 @@ -__version__ = "0.4.24" +__version__ = "0.4.25"