diff options
author | 2022-08-16 19:06:16 -0400 | |
---|---|---|
committer | 2022-08-16 19:06:16 -0400 | |
commit | ef4564cf9d78709135e51cb102a027cdd784634a (patch) | |
tree | d427f5184749af9bcfc98c2cbbd51a903c0bda50 | |
parent | Removed redundant capture group (diff) |
Version bump and changelog
-rw-r--r-- | docs/changelog.rst | 3 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index f944c8d6..2bb68dbb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,9 @@ Changelog ========= +- :release:`8.1.0 <16th August 2022>` +- :support:`124` Updated Discord Invite regex to match leading http, https, www + - :release:`8.0.0 <27th July 2022>` - :breaking:`110` Bump async-rediscache to v1.0.0-rc2 diff --git a/pyproject.toml b/pyproject.toml index 3448c67f..2680efab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bot-core" -version = "8.0.0" +version = "8.1.0" description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community." authors = ["Python Discord <[email protected]>"] license = "MIT" |