Skip to content

Commit

Permalink
Update version and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jul 17, 2020
1 parent f1435bd commit cf16012
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,5 +1,12 @@
FusionAuth JWT Changes

Changes in 3.5.1

* Add time constant HMAC equality check.

See https://github.com/FusionAuth/fusionauth-jwt/issues/17
See https://github.com/FusionAuth/fusionauth-jwt/pull/20

Changes in 3.5.0

* Initial support for RSA Probabilistic Signature Schema (RSASSA-PSS) algorithms PS256, PS384 and PS512.
Expand Down
2 changes: 1 addition & 1 deletion build.savant
Expand Up @@ -17,7 +17,7 @@
savantVersion = "1.0.0"
jacksonVersion = "2.10.3"

project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.5.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "3.5.1", licenses: ["ApacheV2_0"]) {

workflow {
standard()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down

0 comments on commit cf16012

Please sign in to comment.