Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaseu committed May 29, 2017
1 parent d1fb9fd commit b8b8f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Get Guardian Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>guardian</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:guardian:0.2.0'
compile 'com.auth0:guardian:0.3.0'
```

## Usage
Expand Down

0 comments on commit b8b8f15

Please sign in to comment.