From b8b8f15fe46a11dcc4ebdaef76b48403b08a17b4 Mon Sep 17 00:00:00 2001 From: Nicolas Ulrich Date: Mon, 29 May 2017 11:51:15 -0300 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5e3ac..348af61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.3.0](https://github.com/auth0/Guardian.java/tree/0.3.0) (2017-05-29) +[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.2.0...0.3.0) + +**Added** +- Exposed OTP secret for not-yet serialised Transaction entities [\#8](https://github.com/auth0/Guardian.java/pull/8) ([mirichan](https://github.com/mirichan)) + ## [0.2.0](https://github.com/auth0/Guardian.java/tree/0.2.0) (2017-04-06) [Full Changelog](https://github.com/auth0/Guardian.java/compare/0.1.0...0.2.0) diff --git a/README.md b/README.md index 3421585..95dc667 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Guardian Java via Maven: com.auth0 guardian - 0.2.0 + 0.3.0 ``` or Gradle: ```gradle -compile 'com.auth0:guardian:0.2.0' +compile 'com.auth0:guardian:0.3.0' ``` ## Usage