diff --git a/CHANGELOG b/CHANGELOG index 9d9a9f5..5b504bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +3.9002 2023-06-14 + +- Data updates only + 3.9001 2023-03-07 - Bug fix: if libphonenumber doesn't define any formatters for a country, diff --git a/lib/Number/Phone.pm b/lib/Number/Phone.pm index 63dbab7..e5571fb 100644 --- a/lib/Number/Phone.pm +++ b/lib/Number/Phone.pm @@ -19,7 +19,7 @@ use Devel::Deprecations::Environmental OldPerl => { unsupported_from => '2023-01-08', older_than => '5.12.0' }; # MUST be in format N.NNNN, see https://github.com/DrHyde/perl-modules-Number-Phone/issues/58 -our $VERSION = '3.9001'; +our $VERSION = '3.9002'; my $NOSTUBS = 0; sub import {