Skip to content

Commit

Permalink
Release 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 5, 2021
1 parent 35570e7 commit 6ce1991
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.15.0](https://github.com/auth0/java-jwt/tree/3.15.0) (2021-04-05)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.14.0...3.15.0)

**Changed**
- Remove jcenter [\#482](https://github.com/auth0/java-jwt/pull/482) ([jimmyjames](https://github.com/jimmyjames))
- Move form commons-codec Base64 to j.u.Base64 [\#478](https://github.com/auth0/java-jwt/pull/478) ([XakepSDK](https://github.com/XakepSDK))

## [3.14.0](https://github.com/auth0/java-jwt/tree/3.14.0) (2021-02-26)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.13.0...3.14.0)

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.14.0</version>
<version>3.15.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.14.0'
implementation 'com.auth0:java-jwt:3.15.0'
```

## Available Algorithms
Expand Down

0 comments on commit 6ce1991

Please sign in to comment.