Skip to content

Commit

Permalink
Merge pull request #1126 from zonemaster/releases/v2023.1.3
Browse files Browse the repository at this point in the history
Merge Releases/v2023.1.3 into Master (Backend)
  • Loading branch information
matsduf authored Aug 8, 2023
2 parents 0a8cb51 + bbde6a2 commit 34a4ac2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history for Zonemaster component Zonemaster-Backend


v11.0.1 2023-08-07 (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.0 2023-06-21 (public release version)

[Breaking changes]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requires
'Starman' => 0,
'Try::Tiny' => 0.12,
'Zonemaster::LDNS' => 3.002000, # v3.2.0
'Zonemaster::Engine' => 4.007000, # v4.7.0
'Zonemaster::Engine' => 4.007002, # v4.7.2
;

test_requires 'DBD::SQLite' => 1.4702;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/Backend.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Zonemaster::Backend;

our $VERSION = '11.0.0';
our $VERSION = '11.0.1';

use strict;
use warnings;
Expand Down

0 comments on commit 34a4ac2

Please sign in to comment.