Skip to content

Commit 9e81dfd

Browse files
authored
Merge pull request #15 from auth0/perform-release
Release 0.3.1
2 parents d2ae38e + 60d79fa commit 9e81dfd

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.1](https://github.com/auth0/Guardian.java/tree/0.3.1) (2019-05-24)
4+
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.3.0...0.3.1)
5+
6+
**Security**
7+
- Update dependencies (jackson-databind, okhttp, oss plugin) [\#10](https://github.com/auth0/Guardian.java/pull/10) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [0.3.0](https://github.com/auth0/Guardian.java/tree/0.3.0) (2017-05-29)
410
[Full Changelog](https://github.com/auth0/Guardian.java/compare/0.2.0...0.3.0)
511

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Guardian Java
22

3-
[![CircleCI](circle-ci-badge)](circle-ci-url)
3+
[![CircleCI][circle-ci-badge]][circle-ci-url]
44
[![MIT][mit-badge]][mit-url]
55
[![Maven][maven-badge]][maven-url]
66
[![JCenter][jcenter-badge]][jcenter-url]
@@ -16,14 +16,14 @@ Get Guardian Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>guardian</artifactId>
19-
<version>0.3.0</version>
19+
<version>0.3.1</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

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

2929
## Usage

0 commit comments

Comments
 (0)