Skip to content

Commit

Permalink
Cutting 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lanusau committed Feb 8, 2019
1 parent b3c2d7f commit d5cbd87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.0.2] - 02-08-2019

### Changed
- Added VendorConsent.getAllowedVendorIds(). Thanks to **ssick**


## [3.0.1] - 12-21-2018

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


## [2.0.2] - 06-19-2018

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


## [2.0.1] - 06-13-2018

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


## [2.0.0] - 06-07-2018

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = 'com.conversantmedia.gdpr'
version = '3.0.1'
version = '3.0.2'

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

Expand Down

0 comments on commit d5cbd87

Please sign in to comment.