From 192b9fa1850dd7d4abd1d37f6dcae34b88a5f5d7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jan 2024 16:38:45 +0100 Subject: [PATCH] dns/ddclient: changelog --- dns/ddclient/Makefile | 2 +- dns/ddclient/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 4c2567f9f..b5c549e80 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.19 +PLUGIN_VERSION= 1.20 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index f11405ea4..949d8042e 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.20 + +* Add Digitalocean support (contributed by Mathias Schneuwly) + 1.19 * Add Porkbun support (contributed by briandur)