diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index 4d8ff86448..39d41c0399 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -13,6 +13,14 @@ log][commit-log] for an up-to-date list of all changes. _Unreleased_ +#### Upgrade notes for 11.0 + +- PostgreSQL 13 is no longer supported; if you are currently using it, you will + need to [upgrade PostgreSQL](../production/upgrade.md#upgrading-postgresql) + before upgrading Zulip. + +## Zulip Server 10.x series + ### Zulip Server 10.3 _Released 2025-05-15_ @@ -43,14 +51,6 @@ _Released 2025-05-15_ once. - Updated translations. -#### Upgrade notes for 11.0 - -- PostgreSQL 13 is no longer supported; if you are currently using it, you will - need to [upgrade PostgreSQL](../production/upgrade.md#upgrading-postgresql) - before upgrading Zulip. - -## Zulip Server 10.x series - ### Zulip Server 10.2 _Released 2025-04-15_ diff --git a/docs/production/postgresql-support-table.md b/docs/production/postgresql-support-table.md index a1cb63467e..e8620a4e29 100644 --- a/docs/production/postgresql-support-table.md +++ b/docs/production/postgresql-support-table.md @@ -8,4 +8,4 @@ | 8.x | 12, 13, 14, 15, 16 | | 9.x | 12, 13, 14, 15, 16 | | 10.x | 13, 14, 15, 16 | -| 11.x | 13, 14, 15, 16, 17 | +| 11.x | 14, 15, 16, 17 |