Skip to content

Commit c1bf239

Browse files
authored
Release v0.4.1 (#32)
1 parent 7336f53 commit c1bf239

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)