From 6c7b4fb2f781d33fb49e760b34dd2595e1adc0fb Mon Sep 17 00:00:00 2001 From: Hristo Venev Date: Sat, 28 Sep 2019 15:59:13 +0000 Subject: systemd, changelog, bump --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb3511..fbb7e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v0.2.0 +--- + +- Peer overrides can be specified in the main configuration file. An override +for a specific public key can contain a preshared key and can restrict the +source that can define the peer. + +- The systemd service has been split in two. Restarting `wgconfd-state@.service` +also wipes the state. This service should be marked as `PartOf=` the service +that manages the interface. `wgconfd@.service` itself is +`PartOf=wgconfd-state@.service`. + + v0.1.2 --- -- cgit