diff --git a/README.rst b/README.rst index da6d9bf..2bd95ef 100644 --- a/README.rst +++ b/README.rst @@ -53,9 +53,12 @@ Sir Bot-a-lot provide some plugins to connect to various services: Changelog --------- -dev -``` +0.1.0 +````` +* Migrate to poetry +* Support for slack signing secret +* * ``sirbot.plugins.slack.SlackPlugin`` allow returning ``aiohttp.web.Response`` in handlers. 0.0.5 diff --git a/pyproject.toml b/pyproject.toml index 75be0a5..b8e61b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirbot" -version = "0.0.5" +version = "0.1.0" description = "The good Sir Bot-a-lot. An asynchronous python bot framework." authors = ["Ovv "] license = "MIT"