From 8a50e32d94621967b9190a75af360d421a0830f9 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Tue, 9 Jan 2024 19:10:30 -0300 Subject: [PATCH] Release v0.4.1 --- CHANGELOG.md | 15 ++++++++++++++- mix.exs | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7cc16..bf3964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2024-01-09 + +### Fixed + +- Fix navigation problem when there is multiple pipelines. + + It was not displaying the "second" pipeline correctly when the user navigate to it. + The issue affected users with `phoenix_live_dashboard` version `0.8` and `broadway_dashboard` + in the version `0.4.0`. + + Thanks [@HarisudhanRavi](https://github.com/HarisudhanRavi). + ## [0.4.0] - 2023-06-28 ### Added @@ -57,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of Broadway Dashboard. -[Unreleased]: https://github.com/dashbitco/broadway_dashboard/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/dashbitco/broadway_dashboard/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/dashbitco/broadway_dashboard/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/dashbitco/broadway_dashboard/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/dashbitco/broadway_dashboard/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/dashbitco/broadway_dashboard/compare/v0.2.1...v0.2.2 diff --git a/mix.exs b/mix.exs index 3a32c86..91be3ad 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule BroadwayDashboard.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @description "A Phoenix LiveDashboard page for inspecting your Broadway pipelines" def project do