Skip to content

Commit

Permalink
v0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 4, 2017
1 parent 9847b65 commit 334cef0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## v0.9.4-dev
## v0.9.4

* Bug fixes
* The Musl C library fix in v0.9.3 wasn't completely fixed. It worked if you
built Nerves systems using `make` locally, but not `mix`. The check logic
turned out to be looking for a file that may or may not exist depending on
build order.

## v0.9.3

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4-dev
0.9.4

0 comments on commit 334cef0

Please sign in to comment.