Skip to content

Commit

Permalink
doc(release): Added support for CachingAuthenticator. Releasing v0.9.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastShaman committed Dec 2, 2015
1 parent abf9df8 commit 44788fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using

Check out http://jwt.io/

## What's new in v0.9.1-1
* Added support for CachingAuthenticator.

## What's new in v0.9.1-0
* Added support for Dropwizard 9.x.
* Support for extracting JWT tokens from cookies.
Expand All @@ -23,7 +26,7 @@ For Dropwizard 0.9.1 use:
<dependency>
    <groupId>com.github.toastshaman</groupId>
    <artifactId>dropwizard-auth-jwt</artifactId>
    <version>0.9.1-0</version>
    <version>0.9.1-1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.toastshaman</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>0.9.1-1-SNAPSHOT</version>
<version>0.9.1-1</version>
<name>dropwizard-auth-jwt</name>
<description>
An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.
Expand Down

0 comments on commit 44788fd

Please sign in to comment.