diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fddc857c..cb165cfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ middleware_automation.jws Release Notes This changelog describes changes after version 0.0.3. +v1.2.5 +====== + +Minor Changes +------------- + +- Handle result of allowing port if not already authorized `#250 `_ +- Several enhacements on the rpm install `#249 `_ +- Update templates for JWS5/JWS6 `#254 `_ +- add offline_install parameters, move file checks up when offline `#248 `_ + +Bugfixes +-------- + +- Update selinux tasks for jws6 `#253 `_ + v1.2.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e9b5aa8f..a7c7c2d7 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -225,3 +225,29 @@ releases: - 240.yaml - 241.yaml release_date: '2023-09-21' + 1.2.5: + changes: + bugfixes: + - 'Update selinux tasks for jws6 `#253 `_ + + ' + minor_changes: + - 'Handle result of allowing port if not already authorized `#250 `_ + + ' + - 'Several enhacements on the rpm install `#249 `_ + + ' + - 'Update templates for JWS5/JWS6 `#254 `_ + + ' + - 'add offline_install parameters, move file checks up when offline `#248 `_ + + ' + fragments: + - 248.yaml + - 249.yaml + - 250.yaml + - 253.yaml + - 254.yaml + release_date: '2023-10-25'