Skip to content

Commit 0513e60

Browse files
committed
doc(readme): added release notes
1 parent 3077881 commit 0513e60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ The claims in a JWT are encoded as a JSON object that is digitally signed using
1111

1212
Check out http://jwt.io/
1313

14+
## What's new in v1.0.6-0
15+
* Updated upstream dependencies to Dropwizard 1.0.6 and jose4j to 0.5.5
16+
1417
## What's new in v1.0.2-0
1518
* Updated upstream dependencies to Dropwizard 1.0.2 and jose4j to 0.5.2
1619

@@ -35,7 +38,7 @@ To use this library in your project you can download it from Maven Central.
3538
<dependency>
3639
    <groupId>com.github.toastshaman</groupId>
3740
    <artifactId>dropwizard-auth-jwt</artifactId>
38-
    <version>1.0.2-0</version>
41+
    <version>1.0.6-0</version>
3942
</dependency>
4043
```
4144

0 commit comments

Comments
 (0)