Skip to content

Commit

Permalink
Release v0.4.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Jan 9, 2024
1 parent 7336f53 commit c1bf239
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c1bf239

Please sign in to comment.