From 7b02979c1c05bfcf1def1db5e8ebea077830fa3a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 8 Jun 2022 23:07:49 -0400 Subject: [PATCH] update to 2.7.5 --- CHANGELOG.md | 8 +++++++- info.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbb2bf..dd062bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [2.7.5] - 2022-06-08 +### Changed +- Bumped ctyparser to 2.2.1. + + ## [2.7.4] - 2021-10-07 ### Added - a new way to support qrm's development. @@ -214,7 +219,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.4...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.5...HEAD +[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 [2.7.3]: https://github.com/miaowware/qrm2/releases/tag/v2.7.3 [2.7.2]: https://github.com/miaowware/qrm2/releases/tag/v2.7.2 diff --git a/info.py b/info.py index ebdb1df..b0dd92c 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.4" +release = "2.7.5" bot_server = "https://discord.gg/Ntbg3J4"