Skip to content

Commit

Permalink
v0.7.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 7, 2020
1 parent f0c7c58 commit 28cf760
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.9

* Bug fixes
* Fix IP address being reported for PPP connections. Previously, it was the
remote end of the PPP connection rather than the local end.
* Fix missing IPv6 address reports. Depending on when IPv6 addresses were set
on network interfaces, they might not have been reported. Note that IPv6
isn't officially supported by VintageNet yet.

## v0.7.8

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

def project do
Expand Down

0 comments on commit 28cf760

Please sign in to comment.