Skip to content

Commit bda14aa

Browse files
committed
Release 3.18.0
1 parent c9dff2a commit bda14aa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [3.18.0](https://github.com/auth0/java-jwt/tree/3.18.0) (2021-07-05)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.17.0...3.18.0)
5+
6+
**Changed**
7+
- Update OSS release plugin version [\#501](https://github.com/auth0/java-jwt/pull/501) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [3.17.0](https://github.com/auth0/java-jwt/tree/3.17.0) (2021-06-25)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.16.0...3.17.0)
511

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.17.0</version>
26+
<version>3.18.0</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

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

3636
## Available Algorithms

0 commit comments

Comments
 (0)