From 5bf821d84d965e64045275cd52f00fb200aa8d70 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Wed, 13 Dec 2023 21:12:03 +0100 Subject: [PATCH] bump version --- Changes | 1 + README.pod | 2 +- lib/GDPR/IAB/TCFv2.pm | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index aa30003..c000535 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.083 - refactor on Publisher Restriction parsing. - small fixes about data and offset. - performance improvement: when we parse a range-based consent string now the Parse method is 23% faster, TO_JSON is 9% faster and check vendor consent or legitimate interest is between 122% and 137% faster than the previous version diff --git a/README.pod b/README.pod index 234f214..28939e0 100644 --- a/README.pod +++ b/README.pod @@ -26,7 +26,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser =head1 VERSION -Version 0.082 +Version 0.083 =head1 SYNOPSIS diff --git a/lib/GDPR/IAB/TCFv2.pm b/lib/GDPR/IAB/TCFv2.pm index d460b15..4a34770 100644 --- a/lib/GDPR/IAB/TCFv2.pm +++ b/lib/GDPR/IAB/TCFv2.pm @@ -21,7 +21,7 @@ use GDPR::IAB::TCFv2::BitUtils qw '.', @@ -620,7 +620,7 @@ GDPR::IAB::TCFv2 - Transparency & Consent String version 2 parser =head1 VERSION -Version 0.082 +Version 0.083 =head1 SYNOPSIS