Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Nov 19, 2018
1 parent 6978753 commit 726902c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.3.4

* Bug fixes
* Fixed issue where specifying `build_runner_opts` without `build_runner`
would prevent `build_runner_opts` from being set.
* Allow `http_opts` to be merged in from the artifact site opts. This fixes
an issue with downloading artifacts from github enterprise by specifying
`[autoredirect: true]` in the artifact site opts.

## v1.3.3

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: "1.3.3",
version: "1.3.4",
elixir: "~> 1.6.0 or ~> 1.7.3",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
Expand Down

0 comments on commit 726902c

Please sign in to comment.