Skip to content

Commit dbf69fc

Browse files
committed
Adding CHANGELOG. Bumping version number
1 parent 7ec5b4e commit dbf69fc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

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 = '2.0.0'
13+
version = '2.0.1'
1414

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

0 commit comments

Comments
 (0)