Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 24, 2017
1 parent 6f61b2c commit 434ea3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.1.0](https://github.com/auth0/Guardian.java/tree/0.1.0) (2017-03-24)
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.0.1...0.1.0)

**Changed**
- Exposed `protected` Transaction data [\#3](https://github.com/auth0/Guardian.java/pull/3) ([mirichan](https://github.com/mirichan))

## [0.0.1](https://github.com/auth0/Guardian.java/tree/0.0.1) (2017-03-10)

First release of Guardian for Java
Expand Down Expand Up @@ -103,4 +109,4 @@ try {
// some other guardian error, check the message
}
}
```
```
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.0.1</version>
<version>0.1.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:guardian:0.0.1'
compile 'com.auth0:guardian:0.1.0'
```

## Usage
Expand Down

0 comments on commit 434ea3b

Please sign in to comment.