From b3c79625032980914ce598047880f7e50d905f3d Mon Sep 17 00:00:00 2001 From: Syer10 Date: Wed, 1 Jul 2026 11:57:49 -0400 Subject: [PATCH] Release v2.3.2226 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- CHANGELOG.md | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 03e624163..445b85765 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: label: Suwayomi-Server version description: You can find your Suwayomi-Server version in **More → About**. placeholder: | - Example: "v2.3.2223" + Example: "v2.3.2226" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f3e04dd..475b7474d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Changed - . +### Fixed +- . + +## [v2.3.2226] - 2026-07-01 + ### Fixed - (**Extension/API**) Fix GQL handling of extensions without an extension store @@ -478,8 +483,9 @@ Huge thanks to @martinek who pulled the most of the weight this release! -[unreleased]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2223...HEAD -[v2.3.2223]: https://github.com/suwayomi/suwayomi-server/compare/v2.1.2100...v2.3.2223 +[unreleased]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2226...HEAD +[v2.3.2226]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2223...v2.3.2226 +[v2.3.2223]: https://github.com/suwayomi/suwayomi-server/compare/v2.2.2100...v2.3.2223 [v2.2.2100]: https://github.com/suwayomi/suwayomi-server/compare/v2.1.1867...v2.2.2100 [v2.1.1867]: https://github.com/suwayomi/suwayomi-server/compare/v2.0.1727...v2.1.1867 [v2.0.1727]: https://github.com/suwayomi/suwayomi-server/compare/v1.1.1...v2.0.1727