dns/ddclient: update changelog

This commit is contained in:
Franco Fichtner 2023-09-06 08:42:53 +02:00
parent 037bc63c86
commit 1baaa11fe9
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.15
PLUGIN_VERSION= 1.16
PLUGIN_DEPENDS= ddclient-devel py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.16
* Add custom GET/PUT protocols to native backend (contributed by DaCookie4u)
1.15
* Add AWS Route53 and DuckDNS to native backend (contributed by Greg Glockner)