diff --git a/CHANGELOG.md b/CHANGELOG.md index d693adc..6ca8b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.2.0] - 2023-12-26 + +### Added + +* Scope logger messages to module +* Include stderr with `wg` command output +* Support OTP >= 25 + +### Fixed + +* Ensure peer arg ordering is correct +* Change `allowed-ips` to expected comma-separated list +* Fix warnings for Elixir >= 1.15 + +### Updated + +* [wireguard-tools@13f4ac4](https://git.zx2c4.com/wireguard-tools/commit/?id=13f4ac4cb74b5a833fa7f825ba785b1e5774e84f) + +[v0.2.0]: https://github.com/nerves-networking/vintage_net_wireguard/releases/tag/v0.2.0 + ## [v0.1.0] - 2022-02-22 Initial release with support for starting a Wireguard client connection diff --git a/mix.exs b/mix.exs index 7ad5be5..70d48e4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetWireguard.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @source_url "https://github.com/nerves-networking/vintage_net_wireguard" def project() do