Skip to content

Commit

Permalink
v0.7.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Mar 18, 2020
1 parent eeb0ec2 commit 2fa9489
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

## v0.7.6

* Bug fixes
* Ensure that `Technology.normalize/1` is always called. Previously, this
wasn't guaranteed, and it could result in a surprise when an unnormalized
configuration got saved.
* Remove duplicate resolv.conf entries on multi-homed devices
* Fix warnings found by Elixir 1.10

## v0.7.5

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNet.MixProject do
use Mix.Project

@version "0.7.5"
@version "0.7.6"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 2fa9489

Please sign in to comment.