diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0773503..0cf39a03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,24 @@ -============= -Release Notes -============= +======================================== +middleware\_automation.amq Release Notes +======================================== .. contents:: Topics +v2.2.6 +====== + +Minor Changes +------------- + +- Add parameter ``activemq_logger_filepath`` to configure logfile path `#187 `_ +- Add role expansion parameters for ldap/AD configuration `#193 `_ + +Bugfixes +-------- + +- Force ``activemq_configuration_file_refresh_period`` integer type in handler `#191 `_ +- Improve execution time for masked passwords `#194 `_ + v2.2.5 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dec2d1ef..dab95f62 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -571,3 +571,27 @@ releases: - 179.yaml - 186.yaml release_date: '2024-09-30' + 2.2.6: + changes: + bugfixes: + - 'Force ``activemq_configuration_file_refresh_period`` integer type in handler + `#191 `_ + + ' + - 'Improve execution time for masked passwords `#194 `_ + + ' + minor_changes: + - 'Add parameter ``activemq_logger_filepath`` to configure logfile path `#187 + `_ + + ' + - 'Add role expansion parameters for ldap/AD configuration `#193 `_ + + ' + fragments: + - 187.yaml + - 191.yaml + - 193.yaml + - 194.yaml + release_date: '2024-10-22'