From cb9b0816066e91ced8b70b17a46a376ba03235a9 Mon Sep 17 00:00:00 2001 From: l5y <220195275+l5yth@users.noreply.github.com> Date: Fri, 17 Oct 2025 21:47:18 +0200 Subject: [PATCH] Chore: bump version to 0.5.3 (#372) --- CHANGELOG.md | 16 ++++++++++++++++ web/lib/potato_mesh/config.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92dbcda..62f06ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## v0.5.2 + +* Align theme and info controls by @l5yth in +* Fixes POST request 403 errors on instances behind Cloudflare proxy by @varna9000 in +* Delay initial federation announcements by @l5yth in +* Ensure well-known document stays in sync on startup by @l5yth in +* Guard federation DNS resolution against restricted networks by @l5yth in +* Add federation ingestion limits and tests by @l5yth in +* Prefer reported primary channel names by @l5yth in +* Decouple message API node hydration by @l5yth in +* Fix ingestor reconnection detection by @l5yth in +* Harden instance domain validation by @l5yth in +* Ensure INSTANCE_DOMAIN propagates to containers by @l5yth in +* Chore: bump version to 0.5.2 by @l5yth in +* Gracefully retry federation announcements over HTTP by @l5yth in + ## v0.5.1 * Recursively ingest federated instances by @l5yth in diff --git a/web/lib/potato_mesh/config.rb b/web/lib/potato_mesh/config.rb index 9745fa1..4355a8e 100644 --- a/web/lib/potato_mesh/config.rb +++ b/web/lib/potato_mesh/config.rb @@ -134,7 +134,7 @@ module PotatoMesh # # @return [String] semantic version identifier. def version_fallback - "v0.5.2" + "v0.5.3" end # Default refresh interval for frontend polling routines.