summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2023-01-30 16:40:45 +0100
committerMats Dufberg <mats.dufberg@iis.se>2023-01-30 16:40:45 +0100
commit9550312b746498a8c42afd2666156881a2e2b9fc (patch)
tree310c01ff19dd5d8d14efd2b2da6b9de3ce3f87fe
parent2250891e3800a35e58c294206cb39cd1041713df (diff)
Preparations for release v2022.2.1
-rw-r--r--Changes6
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/Changes b/Changes
index d1579d7..f951829 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Release history for Zonemaster component Zonemaster-LDNS
+3.0.1 2023-01-31 (public fix version)
+ [Fixes]
+ - Includes the OPT RDATA from the edns_data function
+ (needed for Zonemaster-Engine) (#166)
+
+
3.0.0 2022-12-19
[Breaking change]
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index a9b88e8..3c98730 100644
--- a/lib/Zonemaster/LDNS.pm
+++ b/lib/Zonemaster/LDNS.pm
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
use 5.014;
-our $VERSION = '3.0.0';
+our $VERSION = '3.0.1';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];