diff --git a/Changes b/Changes index 1aa8b2680..f9b3200c3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Release history for Zonemaster component Zonemaster-Backend +v11.0.2 2023-09-08 (public fix version) + + [Fixes] + - This version contains no real changes. It has been created to + require a higher (fixed) version of Zonemaster-Engine. + + v11.0.1 2023-08-07 (public fix version) [Fixes] diff --git a/Makefile.PL b/Makefile.PL index ccc0d75fa..7681ba1d5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,7 +36,7 @@ requires 'Starman' => 0, 'Try::Tiny' => 0.12, 'Zonemaster::LDNS' => 3.002000, # v3.2.0 - 'Zonemaster::Engine' => 4.007002, # v4.7.2 + 'Zonemaster::Engine' => 4.007003, # v4.7.3 ; test_requires 'DBD::SQLite' => 1.4702; diff --git a/lib/Zonemaster/Backend.pm b/lib/Zonemaster/Backend.pm index b93af534a..c306da022 100644 --- a/lib/Zonemaster/Backend.pm +++ b/lib/Zonemaster/Backend.pm @@ -1,6 +1,6 @@ package Zonemaster::Backend; -our $VERSION = '11.0.1'; +our $VERSION = '11.0.2'; use strict; use warnings;