Skip to content

Commit

Permalink
Release v0.4.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Jun 28, 2023
1 parent e4c745a commit 6b48def
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-06-28

### Added

- Add support for Phoenix LiveDashboard `~> 0.8.0`. Now this is the only supported version.
Thanks [@moxley](https://github.com/moxley).

### Fixed

- Improve Telemetry performance by using a handler with module name.
Thanks [@louisvisser](https://github.com/louisvisser).

### Removed

- Remove support for previous versions of Phoenix LiveDashboard. Now only `v0.8` is supported.

## [0.3.0] - 2022-10-03

### Added
Expand Down Expand Up @@ -41,7 +57,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.3.0...HEAD
[Unreleased]: https://github.com/dashbitco/broadway_dashboard/compare/v0.4.0...HEAD
[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
[0.2.1]: https://github.com/dashbitco/broadway_dashboard/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Add the following to your `mix.exs` and run mix `deps.get`:
```elixir
def deps do
[
{:broadway_dashboard, "~> 0.3.0"}
{:broadway_dashboard, "~> 0.4.0"}
]
end
```
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.3.0"
@version "0.4.0"
@description "A Phoenix LiveDashboard page for inspecting your Broadway pipelines"

def project do
Expand Down

0 comments on commit 6b48def

Please sign in to comment.