Skip to content

Commit 7efb510

Browse files
committed
Version and CHANGES
1 parent 3d27c03 commit 7efb510

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FusionAuth JWT Changes
22

3+
Changes in 3.1.5
4+
5+
* Support taking an ECPublicKey or RSAPublicKey object on the Verifier builders.
6+
37
Changes in 3.1.5
48

59
* Add explicit Jackson serializer configuration for ZonedDateTime fields in case anyone wants to serialize the object directly with a Jackson ObjectMapper.

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
savantVersion = "1.0.0"
1818
jacksonVersion = "2.10.0"
1919

20-
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.1.5", licenses: ["ApacheV2_0"]) {
20+
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.1.6", licenses: ["ApacheV2_0"]) {
2121

2222
workflow {
2323
standard()

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.fusionauth</groupId>
88
<artifactId>fusionauth-jwt</artifactId>
9-
<version>3.1.5</version>
9+
<version>3.1.6</version>
1010
<packaging>jar</packaging>
1111

1212
<name>FusionAuth JWT</name>

0 commit comments

Comments
 (0)