Skip to content

Commit 5e94a2e

Browse files
authored
Merge pull request #497 from auth0/3.16.0-release
Release 3.16.0
2 parents 7d1035c + c19678f commit 5e94a2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [3.16.0](https://github.com./auth0/java-jwt/tree/3.16.0) (2021-05-10)
4+
[Full Changelog](https://github.com./auth0/java-jwt/compare/3.15.0...3.16.0)
5+
6+
**Changed**
7+
- Improve Javadoc generation [\#496](https://github.com./auth0/java-jwt/pull/496) ([Marcono1234](https://github.com./Marcono1234))
8+
- Add package-info.java for internal `impl` package [\#495](https://github.com./auth0/java-jwt/pull/495) ([Marcono1234](https://github.com./Marcono1234))
9+
310
## [3.15.0](https://github.com./auth0/java-jwt/tree/3.15.0) (2021-04-05)
411
[Full Changelog](https://github.com./auth0/java-jwt/compare/3.14.0...3.15.0)
512

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
2323
<dependency>
2424
<groupId>com.auth0</groupId>
2525
<artifactId>java-jwt</artifactId>
26-
<version>3.15.0</version>
26+
<version>3.16.0</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

3232
```gradle
33-
implementation 'com.auth0:java-jwt:3.15.0'
33+
implementation 'com.auth0:java-jwt:3.16.0'
3434
```
3535

3636
## Available Algorithms

0 commit comments

Comments
 (0)