From fcc88dd36be5a17793639c6acb9916289bdba0b5 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 22 Jan 2023 14:39:16 -0500 Subject: [PATCH] v0.13.0 release --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6952985c..aea8a8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.13.0] - 2023-01-22 + +This release has a breaking change if you're using the `UdhcpcHandler` +behaviour. This should be a rare use case. Use the `"dhcp_options"` property +now. + +* Changed + * Add `"dhcp_options"` to interface properties. This lets applications use + information provided by DHCP servers in an easy way. It removes the need to + process events from `udhcpc` directly, and therefore, the `UdhcpcHandler` + behaviour is now a private API and may be removed in the future. + * Fix some references to `iodata` that should have been `chardata`. + ## [v0.12.2] - 2022-08-04 * Changed diff --git a/mix.exs b/mix.exs index d4b308aa..a24665eb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNet.MixProject do use Mix.Project - @version "0.12.2" + @version "0.13.0" @source_url "https://github.com/nerves-networking/vintage_net" def project do