diff --git a/CHANGELOG.md b/CHANGELOG.md index 52255eea..bf4fa36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## Nerves v0.11.0 + + * Bug Fixes + * Including the entire artifact checksum in artifact download file name was causing issues with + file encryption libraries. Fixed by changing the artifact download name to only + use the first 7 of the artifact checksum. + ## Nerves v0.10.1 * Bug Fixes diff --git a/mix.exs b/mix.exs index 65843f29..5000e129 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Nerves.Mixfile do name: "Nerves", source_url: "https://github.com/nerves-project/nerves", homepage_url: "http://nerves-project.org/", - version: "0.10.1", + version: "0.11.0", archives: [nerves_bootstrap: "~> 0.7"], elixir: "~> 1.4", elixirc_paths: elixirc_paths(Mix.env()),