Skip to content

Commit

Permalink
v0.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 1, 2022
1 parent 2519fee commit 2154955
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
Expand Up @@ -2,6 +2,12 @@

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.12.1] - 2022-06-01

* Changed
* The list of name servers that VintageNet uses when configuring the name
resolve is now available by running `VintageNet.get(["name_servers"])`.

## [v0.12.0] - 2022-04-27

This release has two potentially breaking changes:
Expand Down Expand Up @@ -599,6 +605,7 @@ need to run `apt install libnl-genl-3-dev`.

Initial release to hex.

[v0.12.1]: https://github.com/nerves-networking/vintage_net/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/nerves-networking/vintage_net/compare/v0.11.5...v0.12.0
[v0.11.5]: https://github.com/nerves-networking/vintage_net/compare/v0.11.4...v0.11.5
[v0.11.4]: https://github.com/nerves-networking/vintage_net/compare/v0.11.3...v0.11.4
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.12.0"
@version "0.12.1"
@source_url "https://github.com/nerves-networking/vintage_net"

def project do
Expand Down

0 comments on commit 2154955

Please sign in to comment.