diff --git a/CHANGES.rst b/CHANGES.rst index 49f6c29bd..028169ec8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,20 @@ Bugfixes ---- +0.18.1 (2023-09-21) +=================== + +Features +-------- + +- Added settings ``ANSIBLE_AUTHENTICATION_CLASSES`` and ``ANSIBLE_PERMISSION_CLASSES`` to allow for + customizing Galaxy authentication and authorization separate from Pulp APIs. + `#1555 `__ + + +---- + + 0.18.0 (2023-05-25) ===================