Cut 3.10.0 release

This commit is contained in:
Sandro Jäckel 2022-10-20 20:06:35 +02:00
parent c9754a125c
commit 2a679c96c3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 3 additions and 2 deletions

View file

@ -3,10 +3,11 @@
This document describes notable changes. For details, see the [source code
repository history](https://github.com/ddclient/ddclient/commits/master).
## Not yet released
## 2022-10-20 v3.10.0
### New features
* Added support for domaindiscount24.com
* Added support for njal.la
## 2022-05-15 v3.10.0_2

View file

@ -30,7 +30,7 @@ use IO::Socket::INET;
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
use Sys::Hostname;
use version 0.77; our $VERSION = version->declare('v3.10.0_2');
use version 0.77; our $VERSION = version->declare('v3.10.0');
(my $version = $VERSION->stringify()) =~ s/^v//;
my $programd = $0;
$programd =~ s%^.*/%%;