From 44788fd54274dba042cf94bcf7661ab610722482 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 2 Dec 2015 10:49:33 +0000 Subject: [PATCH] doc(release): Added support for CachingAuthenticator. Releasing v0.9.1-1 --- README.md | 5 ++++- pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1162bd3..53b9733 100644 --- a/README.md +++ b/README.md @@ -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. @@ -23,7 +26,7 @@ For Dropwizard 0.9.1 use:     com.github.toastshaman     dropwizard-auth-jwt -    0.9.1-0 +    0.9.1-1 ``` diff --git a/pom.xml b/pom.xml index 15b58a1..042cfe6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.toastshaman dropwizard-auth-jwt - 0.9.1-1-SNAPSHOT + 0.9.1-1 dropwizard-auth-jwt An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.