diff options
author | Hristo Venev <hristo@venev.name> | 2019-09-28 15:59:13 +0000 |
---|---|---|
committer | Hristo Venev <hristo@venev.name> | 2019-09-29 18:06:10 +0300 |
commit | 6c7b4fb2f781d33fb49e760b34dd2595e1adc0fb (patch) | |
tree | 4c442d6117d175565299a65c2274b968d31073c9 /CHANGELOG.md | |
parent | 1c42c390c0d076d8c25eb9d29767da151dd590d0 (diff) |
systemd, changelog, bumpv0.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 --- |