File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.3.0] ( https://github.com/auth0/Guardian.java/tree/0.3.0 ) (2017-05-29)
4
+ [ Full Changelog] ( https://github.com/auth0/Guardian.java/compare/0.2.0...0.3.0 )
5
+
6
+ ** Added**
7
+ - Exposed OTP secret for not-yet serialised Transaction entities [ \# 8] ( https://github.com/auth0/Guardian.java/pull/8 ) ([ mirichan] ( https://github.com/mirichan ) )
8
+
3
9
## [ 0.2.0] ( https://github.com/auth0/Guardian.java/tree/0.2.0 ) (2017-04-06)
4
10
[ Full Changelog] ( https://github.com/auth0/Guardian.java/compare/0.1.0...0.2.0 )
5
11
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ Get Guardian Java via Maven:
16
16
<dependency >
17
17
<groupId >com.auth0</groupId >
18
18
<artifactId >guardian</artifactId >
19
- <version >0.2 .0</version >
19
+ <version >0.3 .0</version >
20
20
</dependency >
21
21
```
22
22
23
23
or Gradle:
24
24
25
25
``` gradle
26
- compile 'com.auth0:guardian:0.2 .0'
26
+ compile 'com.auth0:guardian:0.3 .0'
27
27
```
28
28
29
29
## Usage
You can’t perform that action at this time.
0 commit comments