Skip to content

Commit b610b66

Browse files
authored
Release 4.3.0 (#655)
1 parent 9024318 commit b610b66

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/auth0/java-jwt/tree/4.3.0) (2023-02-10)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.2...4.3.0)
5+
6+
**Changed**
7+
- Improve JWT parse/decode performance [\#620](https://github.com/auth0/java-jwt/pull/620) ([noetro](https://github.com/noetro))
8+
9+
**Fixed**
10+
- Fix for exp claim considered valid if equal to now [\#652](https://github.com/auth0/java-jwt/pull/652) ([jimmyjames](https://github.com/jimmyjames))
11+
- Code cleanup [\#642](https://github.com/auth0/java-jwt/pull/642) ([CodeDead](https://github.com/CodeDead))
12+
313
## [4.2.2](https://github.com/auth0/java-jwt/tree/4.2.2) (2023-01-11)
414
[Full Changelog](https://github.com/auth0/java-jwt/compare/4.2.1...4.2.2)
515

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Add the dependency via Maven:
5050
<dependency>
5151
<groupId>com.auth0</groupId>
5252
<artifactId>java-jwt</artifactId>
53-
<version>4.2.2</version>
53+
<version>4.3.0</version>
5454
</dependency>
5555
```
5656

5757
or Gradle:
5858

5959
```gradle
60-
implementation 'com.auth0:java-jwt:4.2.2'
60+
implementation 'com.auth0:java-jwt:4.3.0'
6161
```
6262

6363
### Create a JWT

0 commit comments

Comments
 (0)