File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 2.0.2] - 06-19-2018
7
+
8
+ ### Changed
9
+ - Add a new API fromByteArray() to avoid the base64 decoding. Thanks to ** hydrogen2**
10
+
6
11
## [ 2.0.1] - 06-13-2018
7
12
8
13
### Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add dependency to you pom.xml
33
33
<dependency>
34
34
<groupId>com.conversantmedia.gdpr</groupId>
35
35
<artifactId>consent-string-sdk-java</artifactId>
36
- <version>2.0.1 </version>
36
+ <version>2.0.2 </version>
37
37
</dependency>
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
}
11
11
12
12
group = ' com.conversantmedia.gdpr'
13
- version = ' 2.0.1 '
13
+ version = ' 2.0.2 '
14
14
15
15
description = ' A Java implementation of the IAB Consent String spec.'
16
16
You can’t perform that action at this time.
0 commit comments