diff --git a/CHANGELOG.md b/CHANGELOG.md index 64369e4..ebde289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1411,3 +1411,10 @@ * Update synapse to 1.132.0 * [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.132.0) +[1.114.0] +* Update synapse to 1.133.0 +* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.133.0) +* Pre-built wheels are now built using the manylinux\_2\_28 base, which is expected to be compatible with distros using glibc 2.28 or later, including: +* Previously, wheels were built using the manylinux2014 base, which was expected to be compatible with distros using glibc 2.17 or later. +* Bump `cibuildwheel` to 3.0.0 to fix the `manylinux` wheel builds. ([#​18615](https://github.com/element-hq/synapse/issues/18615)) + diff --git a/CloudronManifest.json b/CloudronManifest.json index a356a1f..5439b05 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Secure & decentralized communication", - "version": "1.113.0", + "version": "1.114.0", "upstreamVersion": "1.133.0", "healthCheckPath": "/", "httpPort": 8008,