diff --git a/CHANGELOG.md b/CHANGELOG.md index 289874c..7d51bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.3.2 (2026-04-09) + +### Bug Fixes +- **Hidden sessions filter now applies to federated sessions** -- hiding a session now hides it everywhere (local and remote), completing the federation-aware hidden sessions feature + ## v0.3.1 (2026-04-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 7d74419..d7f8482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.3.1" +version = "0.3.2" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }