Skip to content

Commit f0f21d7

Browse files
authored
Merge pull request #7 from auth0/release-0.2.0
Release 0.2.0
2 parents 2cf9b5d + 6c5325c commit f0f21d7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/auth0/Guardian.java/tree/0.2.0) (2017-04-06)
4+
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.1.0...0.2.0)
5+
6+
**Added**
7+
- Add transaction not found error to GuardianException [\#5](https://github.com/auth0/Guardian.java/pull/5) ([nikolaseu](https://github.com/nikolaseu))
8+
9+
**Changed**
10+
- Remove HTTP logging interceptor [\#6](https://github.com/auth0/Guardian.java/pull/6) ([nikolaseu](https://github.com/nikolaseu))
11+
312
## [0.1.0](https://github.com/auth0/Guardian.java/tree/0.1.0) (2017-03-24)
413
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.0.1...0.1.0)
514

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

2323
or Gradle:
2424

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

2929
## Usage

0 commit comments

Comments
 (0)