File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.6.0] ( https://github.com/auth0/auth0-java/tree/1.6.0 ) (2018-06-04)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.5.1...1.6.0 )
5+
6+ ** Added**
7+ - Expose additional error response properties in the Exception [ \# 123] ( https://github.com/auth0/auth0-java/pull/123 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
8+ - Add email-templates endpoints [ \# 117] ( https://github.com/auth0/auth0-java/pull/117 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
9+
310## [ 1.5.1] ( https://github.com/auth0/auth0-java/tree/1.5.1 ) (2018-03-01)
411[ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.5.0...1.5.1 )
512
Original file line number Diff line number Diff 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.5.1 </version >
19+ <version >1.6.0 </version >
2020</dependency >
2121```
2222
2323or Gradle:
2424
2525``` gradle
26- compile 'com.auth0:auth0:1.5.1 '
26+ compile 'com.auth0:auth0:1.6.0 '
2727```
2828
2929
You can’t perform that action at this time.
0 commit comments