Skip to content

Commit 7aad94f

Browse files
committed
3.3.0 release
1 parent 525228c commit 7aad94f

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

Geo-IPinfo/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ Revision history for Geo-IPinfo
3535
3.2.0 Nov 21, 2025
3636
Add IPinfoCore to support Core API
3737
Add IPinfoPlus to support Plus API
38+
39+
3.3.0 Jan 22, 2026
40+
Update IPinfo to support Residential Proxy Detection API

Geo-IPinfo/lib/Geo/IPinfo.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::Details;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.2.0';
14+
our $VERSION = '3.3.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

Geo-IPinfo/lib/Geo/IPinfoCore.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsCore;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.2.0';
14+
our $VERSION = '3.3.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;
@@ -62,7 +62,7 @@ sub new {
6262
: DEFAULT_TIMEOUT;
6363

6464
my $header = HTTP::Headers->new();
65-
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.2.0' );
65+
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.3.0' );
6666
$header->header( 'Accept' => 'application/json' );
6767
$header->header( 'Content-Type' => 'application/json' );
6868

Geo-IPinfo/lib/Geo/IPinfoLite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsLite;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.2.0';
14+
our $VERSION = '3.3.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;

Geo-IPinfo/lib/Geo/IPinfoPlus.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Geo::DetailsPlus;
1111
use Net::CIDR;
1212
use Net::CIDR::Set;
1313

14-
our $VERSION = '3.2.0';
14+
our $VERSION = '3.3.0';
1515
use constant DEFAULT_CACHE_MAX_SIZE => 4096;
1616
use constant DEFAULT_CACHE_TTL => 86_400;
1717
use constant DEFAULT_TIMEOUT => 2;
@@ -62,7 +62,7 @@ sub new {
6262
: DEFAULT_TIMEOUT;
6363

6464
my $header = HTTP::Headers->new();
65-
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.2.0' );
65+
$header->header( 'User-Agent' => 'IPinfoClient/Perl/3.3.0' );
6666
$header->header( 'Accept' => 'application/json' );
6767
$header->header( 'Content-Type' => 'application/json' );
6868

0 commit comments

Comments
 (0)