From 91c5217d2471d1cd37433ca052f1a846617e7b60 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Fri, 24 Jun 2022 17:40:12 -0400 Subject: [PATCH] Bump version to 2.8.0 --- CHANGELOG.md | 6 +++++- info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b35a8..52da9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + + +## [2.8.0] - 2022-06-24 ### Removed - `?ae7q` command (#448). @@ -226,7 +229,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 1.0.0 - 2019-07-31 [YANKED] -[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.6...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.8.0...HEAD +[2.8.0]: https://github.com/miaowware/qrm2/releases/tag/v2.8.0 [2.7.6]: https://github.com/miaowware/qrm2/releases/tag/v2.7.6 [2.7.5]: https://github.com/miaowware/qrm2/releases/tag/v2.7.5 [2.7.4]: https://github.com/miaowware/qrm2/releases/tag/v2.7.4 diff --git a/info.py b/info.py index a93202f..92c8d0f 100644 --- a/info.py +++ b/info.py @@ -14,5 +14,5 @@ contributing = """Check out the [source on GitHub](https://github.com/miaowware/ All issues and requests related to resources (including maps, band charts, data) should be added \ in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources).""" -release = "2.7.6" +release = "2.8.0" bot_server = "https://discord.gg/Ntbg3J4"