Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Sep 7, 2021
1 parent 7996eea commit 97e0b27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2021-09-07

### Added

- Add support for Broadway names that are pids or named using `:via`.

## [0.1.0] - 2021-08-30

### Added

- Initial release of Broadway Dashboard.

[Unreleased]: https://github.com/dashbitco/broadway_dashboard/compare/v0.1.0...HEAD
[0.0.1]: https://github.com/dashbitco/broadway_dashboard/releases/tag/v0.1.0
[Unreleased]: https://github.com/dashbitco/broadway_dashboard/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/dashbitco/broadway_dashboard/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dashbitco/broadway_dashboard/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add the following to your `mix.exs` and run mix `deps.get`:
```elixir
def deps do
[
{:broadway_dashboard, "~> 0.1.0"}
{:broadway_dashboard, "~> 0.2.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.1.0"
@version "0.2.0"
@description "A Phoenix LiveDashboard page for inspecting your Broadway pipelines"

def project do
Expand Down

0 comments on commit 97e0b27

Please sign in to comment.