diff --git a/README.md b/README.md index ced277de..d09f55e2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Maven: io.jsonwebtoken jjwt - 0.5 + 0.5.1 ``` @@ -24,7 +24,7 @@ Gradle: ```groovy dependencies { - compile 'io.jsonwebtoken:jjwt:0.5' + compile 'io.jsonwebtoken:jjwt:0.5.1' } ``` @@ -99,6 +99,10 @@ These feature sets will be implemented in a future release when possible. Commu ## Release Notes +### 0.5.1 + +- Minor [bug](https://github.com/jwtk/jjwt/issues/31) fix [release](https://github.com/jwtk/jjwt/issues?q=milestone%3A0.5.1+is%3Aclosed) that ensures correct Base64 padding in Android runtimes. + ### 0.5 - Android support! Android's built-in Base64 codec will be used if JJWT detects it is running in an Android environment. Other than Base64, all other parts of JJWT were already Android-compliant. Now it is fully compliant.