diff --git a/NEWS b/NEWS index 6e4fbf2..cadb8ea 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ ## Changelog +### 1.1.0 + +Added: +* Cooldown configuration settings + * `cooldown` controls how often (in seconds) each user can use the plugin (by + default, 3600) + * `admin_cooldown` controls whether bot admins are subject to the `cooldown` + (by default, yes) + + ### 1.0.0 First release of `sopel-rep`. diff --git a/pyproject.toml b/pyproject.toml index c05a5d6..8534a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" } [project] name = "sopel-rep" -version = "1.0.0" +version = "1.1.0" description = "Karma plugin for Sopel IRC bots" authors = [