Skip to content

Commit

Permalink
v0.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 10, 2020
1 parent 84a2ca6 commit 3ef2ecc
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

## v0.7.5

* Bug fixes
* Fix routing table error when configuring multiple interfaces of the same
type.
* Fix `VintageNet.info` for when it's called before `vintage_net` is loaded.

## v0.7.4

* 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.4"
@version "0.7.5"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 3ef2ecc

Please sign in to comment.