Skip to content

Commit

Permalink
v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 20, 2020
1 parent 2186572 commit 6160eb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.3.2

* Enhancements
* Update ssh daemon to start with inet6

* Fixes
* Remove automatic network configuration - This would interfere with
predictable networking support and also made it impossible to deconfigure
a network interface permanently

## v0.3.1

Few dependency and documentation updates.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
use Mix.Project

@source_url "https://github.com/nerves-project/nerves_pack"
@version "0.3.1"
@version "0.3.2"

def project do
[
Expand Down

0 comments on commit 6160eb0

Please sign in to comment.