diff --git a/CHANGELOG b/CHANGELOG index af122deb..1b0a6082 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ Changelog for ssm ================= +* Wed Dec 16 2020 Adrian Coveney - 3.1.1-1 + - Changed logging to reduce how verbose the logging of a 3rd-party module is. + * Tue Dec 01 2020 Adrian Coveney - 3.1.0-1 - Enabled retries for all AMS communication methods to avoid timeouts from crashing SSM. diff --git a/apel-ssm.spec b/apel-ssm.spec index f02ce064..d9ebd767 100644 --- a/apel-ssm.spec +++ b/apel-ssm.spec @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %doc %_defaultdocdir/%{name} %changelog +* Wed Dec 16 2020 Adrian Coveney - 3.1.1-1 + - Changed logging to reduce how verbose the logging of a 3rd-party module is. + * Tue Dec 01 2020 Adrian Coveney - 3.1.0-1 - Enabled retries for all AMS communication methods to avoid timeouts from crashing SSM.