diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 445b85765..ac3051f5b 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.2226" + Example: "v2.3.2230" validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fcfa10d..5ea7db31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Fixed - . -## [v2.3.2226] - 2026-07-01 +## [v2.3.2230] - 2026-07-01 ### Fixed - (**Extension/API**) Fix GQL handling of extensions without an extension store @@ -486,8 +486,8 @@ Huge thanks to @martinek who pulled the most of the weight this release! -[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 +[unreleased]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2230...HEAD +[v2.3.2230]: https://github.com/suwayomi/suwayomi-server/compare/v2.3.2223...v2.3.2230 [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