Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattludwigs committed Aug 23, 2019
1 parent e89ccab commit ac56267
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### v0.4.1

* Enhancements
* Add support for Network Management Installation Maintenance
* Updates to docs and examples

### v0.4.0

Changed how configuration works.
Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Grizzly.MixProject do
def project do
[
app: :grizzly,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -49,7 +49,8 @@ defmodule Grizzly.MixProject do
defp package do
[
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/smartrent/grizzly"}
links: %{"GitHub" => "https://github.com/smartrent/grizzly"},
organization: "smartrent"
]
end

Expand Down

0 comments on commit ac56267

Please sign in to comment.