Skip to content

Commit 2f0e3bd

Browse files
committed
Release 1.4.0
1 parent cf7aa3d commit 2f0e3bd

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/auth0/auth0-java/tree/1.4.0) (2017-11-30)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.1...1.4.0)
5+
6+
**Added**
7+
- Add user_id setter [\#93](https://github.com/auth0/auth0-java/pull/93) ([lbalmaceda](https://github.com/lbalmaceda))
8+
- Add /v2/users-by-email endpoint [\#87](https://github.com/auth0/auth0-java/pull/87) ([lbalmaceda](https://github.com/lbalmaceda))
9+
10+
**Breaking changes**
11+
- Include a proper SignUp response [\#92](https://github.com/auth0/auth0-java/pull/92) ([lbalmaceda](https://github.com/lbalmaceda))
12+
313
## [1.3.1](https://github.com/auth0/auth0-java/tree/1.3.1) (2017-11-01)
414
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.0...1.3.1)
515
**Closed issues**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>auth0</artifactId>
19-
<version>1.3.1</version>
19+
<version>1.4.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
compile 'com.auth0:auth0:1.3.1'
26+
compile 'com.auth0:auth0:1.4.0'
2727
```
2828

2929

0 commit comments

Comments
 (0)