File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ ## [ Unreleased]
5+
6+ ## [ 2.0.1] - 06-13-2018
7+
8+ ### Changed
9+ - Optimize isPurposeAllowed() to just check the bit instead of creating unnecessary Set. Thanks to ** hydrogen2**
10+
11+ ## [ 2.0.0] - 06-07-2018
12+
13+ ### Changed
14+ - Refactored code to separate vendor consent string decoding, encoding and representation concerns
15+ - Deprecated VendorConsent class
16+ - Setup Maven publishing
17+ - Updated documentation
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212group = ' com.conversantmedia.gdpr'
13- version = ' 2.0.0 '
13+ version = ' 2.0.1 '
1414
1515description = ' A Java implementation of the IAB Consent String spec.'
1616
You can’t perform that action at this time.
0 commit comments