aboutsummaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-07-27 17:39:06 +0000
committerGravatar ChrisLovering <[email protected]>2022-07-27 17:39:06 +0000
commitdac41e15e1e240212a0826f81c5d3fc34d0417d1 (patch)
treee2a71852fb12ceb52ec4361debd336fad8f69d07 /main/_sources
parentDeploying to docs from @ python-discord/bot-core@20ed26e794c677205417a475b5d3... (diff)
Deploying to docs from @ python-discord/bot-core@db0ff48a574f5b466f3e8dc25cc32c3a9bfc1370 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index b5d049d9..f944c8d6 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -4,7 +4,10 @@
Changelog
=========
-- :bug:`107` Declare aiodns as a project dependency.
+- :release:`8.0.0 <27th July 2022>`
+- :breaking:`110` Bump async-rediscache to v1.0.0-rc2
+- :support:`108` Bump Python version to 3.10.*
+- :bug:`107 major` Declare aiodns as a project dependency.
- :support:`107` Add a sample project with boilerplate and documentation explaining how to develop for bot-core.