Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 30, 2017
1 parent cf7aa3d commit 2f0e3bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.4.0](https://github.com/auth0/auth0-java/tree/1.4.0) (2017-11-30)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.1...1.4.0)

**Added**
- Add user_id setter [\#93](https://github.com/auth0/auth0-java/pull/93) ([lbalmaceda](https://github.com/lbalmaceda))
- Add /v2/users-by-email endpoint [\#87](https://github.com/auth0/auth0-java/pull/87) ([lbalmaceda](https://github.com/lbalmaceda))

**Breaking changes**
- Include a proper SignUp response [\#92](https://github.com/auth0/auth0-java/pull/92) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.3.1](https://github.com/auth0/auth0-java/tree/1.3.1) (2017-11-01)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.0...1.3.1)
**Closed issues**
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.3.1</version>
<version>1.4.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:1.3.1'
compile 'com.auth0:auth0:1.4.0'
```


Expand Down

0 comments on commit 2f0e3bd

Please sign in to comment.