Skip to content

Commit 434ea3b

Browse files
committed
Release 0.1.0
1 parent 6f61b2c commit 434ea3b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/auth0/Guardian.java/tree/0.1.0) (2017-03-24)
4+
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.0.1...0.1.0)
5+
6+
**Changed**
7+
- Exposed `protected` Transaction data [\#3](https://github.com/auth0/Guardian.java/pull/3) ([mirichan](https://github.com/mirichan))
8+
39
## [0.0.1](https://github.com/auth0/Guardian.java/tree/0.0.1) (2017-03-10)
410

511
First release of Guardian for Java
@@ -103,4 +109,4 @@ try {
103109
// some other guardian error, check the message
104110
}
105111
}
106-
```
112+
```

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.0.1</version>
19+
<version>0.1.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
compile 'com.auth0:guardian:0.0.1'
26+
compile 'com.auth0:guardian:0.1.0'
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)