summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2023-01-30 19:49:43 +0100
committerMats Dufberg <mats.dufberg@iis.se>2023-01-30 19:49:43 +0100
commit4a52c77ebb2576e9dea2f3331d330ea986907cfb (patch)
treee78211e18dc192e63e866bf5ca8618a9d40cebe7
parent9550312b746498a8c42afd2666156881a2e2b9fc (diff)
Corrects new version an type update based on review comment
-rw-r--r--Changes6
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 4 insertions, 4 deletions
diff --git a/Changes b/Changes
index f951829..e6e62f0 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,9 @@
Release history for Zonemaster component Zonemaster-LDNS
-3.0.1 2023-01-31 (public fix version)
- [Fixes]
+3.1.0 2023-01-31 (public fix version)
+ [Feature]
- Includes the OPT RDATA from the edns_data function
- (needed for Zonemaster-Engine) (#166)
+ (needed to fix a bug in Zonemaster-Engine) (#166)
3.0.0 2022-12-19
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index 3c98730..505ec10 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.1';
+our $VERSION = '3.1.0';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];