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)