Skip to content

Commit

Permalink
v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Feb 20, 2019
1 parent ff07d0d commit a8089b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SystemRegistry

## v0.8.2

* Bug fixes
* Update SystemRegistry.Task to use new supervisor spec

## v0.8.1

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SystemRegistry.Mixfile do
def project do
[
app: :system_registry,
version: "0.8.1",
version: "0.8.2",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit a8089b4

Please sign in to comment.