Skip to content

Commit

Permalink
Merge pull request #516 from auth0/release-3.18.2
Browse files Browse the repository at this point in the history
Release 3.18.2
  • Loading branch information
Steve Hobbs authored Sep 16, 2021
2 parents fc0ecba + 368b301 commit f845847
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.18.2](https://github.com/auth0/java-jwt/tree/3.18.2) (2021-09-16)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.1...3.18.2)

**Fixed**
- [SDK-2758] Restore withIssuer [\#513](https://github.com/auth0/java-jwt/pull/513) ([jimmyjames](https://github.com/jimmyjames))
- [SDK-2751] Serialize audience claim when a List [\#512](https://github.com/auth0/java-jwt/pull/512) ([jimmyjames](https://github.com/jimmyjames))

## [3.18.1](https://github.com/auth0/java-jwt/tree/3.18.1) (2021-07-06)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.0...3.18.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.18.1</version>
<version>3.18.2</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.18.1'
implementation 'com.auth0:java-jwt:3.18.2'
```

## Available Algorithms
Expand Down

0 comments on commit f845847

Please sign in to comment.