diff --git a/Changes b/Changes index a84a8fd8e..fcfcf0349 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Release history for Zonemaster component Zonemaster-Engine + +v4.7.2 2023-08-07 (public fix version) + + [Fixes] + - Fixes bug (regression) in test case BASIC01 that made all tests of + zone names that start with the same letters as the whole first label + of the parent zone fail, e.g. "NOrid.NO" and "FRance.FR". The bug + was introduced in version v4.7.1 in release v2023.1.1. (#1270) + + v4.7.1 2023-07-24 (public fix version) [Fixes] diff --git a/lib/Zonemaster/Engine.pm b/lib/Zonemaster/Engine.pm index ef14ec782..3cec9e246 100644 --- a/lib/Zonemaster/Engine.pm +++ b/lib/Zonemaster/Engine.pm @@ -1,6 +1,6 @@ package Zonemaster::Engine; -use version; our $VERSION = version->declare("v4.7.1"); +use version; our $VERSION = version->declare("v4.7.2"); use 5.014002;