Skip to content

Commit

Permalink
Release 4.2.0 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Oct 20, 2022
1 parent 49c5def commit 3526fcc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [4.2.0](https://github.com/auth0/java-jwt/tree/4.2.0) (2022-10-19)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.1.0...4.2.0)

**Changed**
- Re-enable japicmp API diff checking [\#619](https://github.com/auth0/java-jwt/pull/619) ([jimmyjames](https://github.com/jimmyjames))
- Update .shiprc to only update lib version in build.gradle [\#625](https://github.com/auth0/java-jwt/pull/625) ([jimmyjames](https://github.com/jimmyjames))
- Optimise TokenUtils parsing [\#611](https://github.com/auth0/java-jwt/pull/611) ([noetro](https://github.com/noetro))
- Update Circle Ship Orb configuration [\#616](https://github.com/auth0/java-jwt/pull/616) ([frederikprijck](https://github.com/frederikprijck))

**Fixed**
- Update Claim#asString documentation [\#615](https://github.com/auth0/java-jwt/pull/615) ([jimmyjames](https://github.com/jimmyjames))

## [4.1.0](https://github.com/auth0/java-jwt/tree/4.1.0) (2022-10-06)
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.0.0...4.1.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This library is supported for Java 8, 11, and 17. For issues on non-LTS versions
### Gradle

```gradle
implementation 'com.auth0:java-jwt:4.1.0'
implementation 'com.auth0:java-jwt:4.2.0'
```

### Maven
Expand All @@ -48,7 +48,7 @@ implementation 'com.auth0:java-jwt:4.1.0'
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version = "4.1.0"
version = "4.2.0"
}

plugins {
Expand Down

0 comments on commit 3526fcc

Please sign in to comment.