File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.1] - 2024-01-09
11+
12+ ### Fixed
13+
14+ - Fix navigation problem when there is multiple pipelines.
15+
16+ It was not displaying the "second" pipeline correctly when the user navigate to it.
17+ The issue affected users with ` phoenix_live_dashboard ` version ` 0.8 ` and ` broadway_dashboard `
18+ in the version ` 0.4.0 ` .
19+
20+ Thanks [ @HarisudhanRavi ] ( https://github.com/HarisudhanRavi ) .
21+
1022## [ 0.4.0] - 2023-06-28
1123
1224### Added
@@ -57,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5769
5870- Initial release of Broadway Dashboard.
5971
60- [ Unreleased ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.4.0...HEAD
72+ [ Unreleased ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.4.1...HEAD
73+ [ 0.4.1 ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.4.0...v0.4.1
6174[ 0.4.0 ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.3.0...v0.4.0
6275[ 0.3.0 ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.2.2...v0.3.0
6376[ 0.2.2 ] : https://github.com/dashbitco/broadway_dashboard/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 11defmodule BroadwayDashboard.MixProject do
22 use Mix.Project
33
4- @ version "0.4.0 "
4+ @ version "0.4.1 "
55 @ description "A Phoenix LiveDashboard page for inspecting your Broadway pipelines"
66
77 def project do
You can’t perform that action at this time.
0 commit comments