Skip to content

Commit

Permalink
Release 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 22, 2019
1 parent 89cbc00 commit 2e5fd0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.13.3](https://github.com/auth0/auth0-java/tree/1.13.3) (2019-05-22)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.2...1.13.3)

**Fixed**
- Add missing metadata field to Connection object [\#206](https://github.com/auth0/auth0-java/pull/206) ([AlisonT1230](https://github.com/AlisonT1230))

**Security**
- Bump dependencies and solve security issues [\#209](https://github.com/auth0/auth0-java/pull/209) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.13.2](https://github.com/auth0/auth0-java/tree/1.13.2) (2019-05-01)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.1...1.13.2)

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 Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.13.2</version>
<version>1.13.3</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.13.2'
implementation 'com.auth0:auth0:1.13.3'
```


Expand Down

0 comments on commit 2e5fd0b

Please sign in to comment.