Skip to content

Commit d5cbd87

Browse files
committed
Cutting 3.0.2 release
1 parent b3c2d7f commit d5cbd87

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.2] - 02-08-2019
5+
6+
### Changed
7+
- Added VendorConsent.getAllowedVendorIds(). Thanks to **ssick**
8+
9+
410
## [3.0.1] - 12-21-2018
511

612
### Changed
713
- Removed VendorConsent class that was deprecated since version 2.0.1
814
- Better handle index out of bounds conditions with corrupt consent strings
915

16+
1017
## [2.0.2] - 06-19-2018
1118

1219
### Changed
1320
- Add a new API fromByteArray() to avoid the base64 decoding. Thanks to **hydrogen2**
1421

22+
1523
## [2.0.1] - 06-13-2018
1624

1725
### Changed
1826
- Optimize isPurposeAllowed() to just check the bit instead of creating unnecessary Set. Thanks to **hydrogen2**
1927

28+
2029
## [2.0.0] - 06-07-2018
2130

2231
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
group = 'com.conversantmedia.gdpr'
13-
version = '3.0.1'
13+
version = '3.0.2'
1414

1515
description = 'A Java implementation of the IAB Consent String spec.'
1616

0 commit comments

Comments
 (0)