diff --git a/CHANGES.rst b/CHANGES.rst index 3e6894b7..6a6331bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,14 +1,14 @@ Release notes ============= -1.16.1 (2021-12-23) +1.16.2 (2021-12-23) ------------------- -- feature: Create base class to aid the creation of custom monitors that only validates against a job stat value (`PR#325 `_) +- feature: Add built-in monitor for critical errors (`PR#329 `_) +- feature: Use new base class to implement some built-in monitors (`PR#326 `_ `PR#327 `_ `PR#328 `_) +- feature: Add new built-in monitors for common validations (`PR#284 `_) +- bug: Allow Slack bot to send notification correctly even if an icon URL is not defined to the bot (`PR#307 `_) +- bug: Fix regex to match validation error message from schematics library (`PR#310 `_) - chore: Remove six library and upgrade Python syntax (`PR#270 `_) - chore: Remove travis and configure Github Actions (`PR#291 `_)