Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Nov 14, 2020
1 parent 0965b12 commit 2b5251d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,5 +1,11 @@
FusionAuth JWT Changes

Changes in 4.0.1

* Added ability to provide your own HttpURLConnection to the JSONWebKeySetHelper helper methods.

Thanks to @rsatrio for the PR. https://github.com/FusionAuth/fusionauth-jwt/pull/27

Changes in 4.0.0

* Change the JWT header type from a enum to a string to support other JWT types. This is a breaking
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: "4.0.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "4.0.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>4.0.0</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>FusionAuth JWT</name>
Expand Down

0 comments on commit 2b5251d

Please sign in to comment.