Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Dec 27, 2023
1 parent 08d2714 commit 4f739be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 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
Expand Down

0 comments on commit 4f739be

Please sign in to comment.