Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 5, 2017
1 parent 4309962 commit 73d704f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Nerves 0.4.4
* Bug Fixes
* return an `{:error, message}` response from the http provider when a resource is not found

## Nerves 0.4.3
* Enhancements
* Mix will display a progress bar, percentage, and total / expected bytes when downloading artifacts.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Nerves.Mixfile do
name: "Nerves",
source_url: "https://github.com/nerves-project/nerves",
homepage_url: "http://nerves-project.org/",
version: "0.4.3",
version: "0.4.4",
elixir: "~> 1.2.4 or ~> 1.3.2 or ~> 1.4",
elixirc_paths: elixirc_paths(Mix.env),
deps: deps(),
Expand Down

0 comments on commit 73d704f

Please sign in to comment.