Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.4.1 #32

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading