Skip to content

Commit

Permalink
Sets new version and updates changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matsduf committed Mar 26, 2024
1 parent 2bd2257 commit 528b2f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release history for Zonemaster component Zonemaster-LDNS


4.0.1 2024-03-28

[Fixes]
- Corrects test requirements (#185)


4.0.0 2024-03-18 (public release version)

[Breaking change]
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/LDNS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Zonemaster::LDNS;

use 5.014;

our $VERSION = '4.0.0';
our $VERSION = '4.0.1';

use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];
Expand Down

0 comments on commit 528b2f3

Please sign in to comment.