Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
lanusau committed Jun 19, 2018
1 parent 0b4f0c4 commit 767e1df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add dependency to you pom.xml
<dependency>
<groupId>com.conversantmedia.gdpr</groupId>
<artifactId>consent-string-sdk-java</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

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 = '2.0.1'
version = '2.0.2'

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

Expand Down

0 comments on commit 767e1df

Please sign in to comment.