Skip to content

Commit

Permalink
v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Feb 25, 2019
1 parent 14ce205 commit b12c9dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.5.0

* Enhancements
* New projects include [nerves_init_gadget](https://hex.pm/packages/nerves_init_gadget) by default.
If you want a minimal project that does not include `nerves_init_gadget`,
pass `--no-init-gadget`.

## 1.4.3

* Enhancements
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 Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
version: "1.4.3",
version: "1.5.0",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
Expand Down

0 comments on commit b12c9dc

Please sign in to comment.