From 70fdd1ba633f96eaef60f09b38a0ef1fe8dd00bf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 19 Oct 2022 09:13:31 +0200 Subject: [PATCH] net/wireguard: bump version, changelog --- net/wireguard/Makefile | 2 +- net/wireguard/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 6aa903531..6e0e792ad 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= wireguard -PLUGIN_VERSION= 1.12 +PLUGIN_VERSION= 1.13 PLUGIN_COMMENT= WireGuard VPN service PLUGIN_DEPENDS= wireguard-go wireguard-tools PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/net/wireguard/pkg-descr b/net/wireguard/pkg-descr index 058ea7ede..fd85d2e03 100644 --- a/net/wireguard/pkg-descr +++ b/net/wireguard/pkg-descr @@ -16,6 +16,10 @@ WWW: https://www.wireguard.com/ Changelog --------- +1.13 + +* Reworked widget and assorted cleanups (contributed by Patrik Kernstock) + 1.12 * Adjust validation for naming local instance and endpoints