Skip to content

Commit a622ae8

Browse files
committed
fix version
1 parent b7515aa commit a622ae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Revision history for perl module Net::RDAP:
22

3-
0.36 - 2025-04-03
3+
0.37 - 2025-04-03
44
- added link() and related() methods to Net::RDAP::Base.
55
- added event(), entity(), registrant() and registrar() methods to
66
Net::RDAP::Object.
77
- added has_role() to Net::RDAP::Object::Entity.
88

9-
0.35 - 2025-03-19
9+
0.36 - 2025-03-19
1010
- remove vCard as a dependency in Makefile.PL
1111
- change use of DateTime::Format::ISO8601 in
1212
Net::RDAP::Registry::IANARegistry.

lib/Net/RDAP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use constant DEFAULT_CACHE_TTL => 3600;
2626
use strict;
2727
use warnings;
2828

29-
$VERSION = '0.36';
29+
$VERSION = '0.37';
3030

3131
=pod
3232

0 commit comments

Comments
 (0)