Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8b8f15

Browse files
committed
Release 0.3.0
1 parent d1fb9fd commit b8b8f15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## [0.2.0](https://github.com/auth0/Guardian.java/tree/0.2.0) (2017-04-06)
410
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.1.0...0.2.0)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Get Guardian Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>guardian</artifactId>
19-
<version>0.2.0</version>
19+
<version>0.3.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
compile 'com.auth0:guardian:0.2.0'
26+
compile 'com.auth0:guardian:0.3.0'
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)