Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Aug 27, 2018
1 parent 5773ca8 commit 7b4679b
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.2.1

* Bug fixes
* Add RingLogger to all deps in new project generator.
This fixes an issue that causes new projects generated with `--init-gadget`
to crash on boot running on the host.

## 1.2.0

Add support for generating new projects with `nerves_init_gadget`.
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.2.0",
version: "1.2.1",
elixir: "~> 1.6",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
Expand Down

0 comments on commit 7b4679b

Please sign in to comment.