Skip to content

Commit

Permalink
Release 1.16.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 24, 2020
1 parent bef1ae3 commit 597543c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [1.16.0](https://github.com/auth0/auth0-java/tree/1.16.0) (2020-04-24)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.15.0...1.16.0)

**Added**
- Add Job "POST User Imports" endpoint [\#249](https://github.com/auth0/auth0-java/pull/249) ([lbalmaceda](https://github.com/lbalmaceda))
- Add a new class to handle Multipart requests [\#248](https://github.com/auth0/auth0-java/pull/248) ([lbalmaceda](https://github.com/lbalmaceda))
- Add Job "GET Status" endpoint [\#247](https://github.com/auth0/auth0-java/pull/247) ([lbalmaceda](https://github.com/lbalmaceda))
- Add missing "initiate_login_uri" property to Client [\#244](https://github.com/auth0/auth0-java/pull/244) ([lbalmaceda](https://github.com/lbalmaceda))
- Use char array for passwords [\#242](https://github.com/auth0/auth0-java/pull/242) ([jimmyjames](https://github.com/jimmyjames))
- Add Job "POST User Exports" endpoint [\#241](https://github.com/auth0/auth0-java/pull/241) ([lbalmaceda](https://github.com/lbalmaceda))
- Add Rules Configs entity [\#240](https://github.com/auth0/auth0-java/pull/240) ([lbalmaceda](https://github.com/lbalmaceda))

**Deprecated**
- deprecated string password APIs [\#243](https://github.com/auth0/auth0-java/pull/243) ([jimmyjames](https://github.com/jimmyjames))

**Fixed**
- Make CreatedUser take the id from different properties [\#245](https://github.com/auth0/auth0-java/pull/245) ([lbalmaceda](https://github.com/lbalmaceda))

**Security**
- Use char array for passwords [\#242](https://github.com/auth0/auth0-java/pull/242) ([jimmyjames](https://github.com/jimmyjames))

## [1.15.0](https://github.com/auth0/auth0-java/tree/1.15.0) (2019-11-12)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.3...1.15.0)

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.15.0</version>
<version>1.16.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.15.0'
implementation 'com.auth0:auth0:1.16.0'
```


Expand Down

0 comments on commit 597543c

Please sign in to comment.