diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f06ce..85f46a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +## v0.5.3 + +* Add telemetry formatting utilities and extend node overlay by @l5yth in +* Prune blank values from API responses by @l5yth in +* Add full support to telemetry schema and API by @l5yth in +* Respect PORT environment override by @l5yth in +* Add instance selector dropdown for federation deployments by @l5yth in +* Harden federation announcements by @l5yth in +* Ensure private mode disables federation by @l5yth in +* Ensure private mode disables chat messaging by @l5yth in +* Disable federation features when FEDERATION=0 by @l5yth in +* Expose PRIVATE environment configuration across tooling by @l5yth in +* Fix frontend coverage export for Codecov by @l5yth in +* Restrict /api/instances results to recent records by @l5yth in +* Expose FEDERATION environment option across tooling by @l5yth in +* Chore: bump version to 0.5.3 by @l5yth in + ## v0.5.2 * Align theme and info controls by @l5yth in diff --git a/web/lib/potato_mesh/config.rb b/web/lib/potato_mesh/config.rb index 95aed4e..57cbf4f 100644 --- a/web/lib/potato_mesh/config.rb +++ b/web/lib/potato_mesh/config.rb @@ -156,7 +156,7 @@ module PotatoMesh # # @return [String] semantic version identifier. def version_fallback - "v0.5.3" + "v0.5.4" end # Default refresh interval for frontend polling routines.