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.1.0] ( https://github.com/auth0/auth0-java/tree/1.1.0 ) (2017-05-23)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java/compare/1.0.0...1.1.0 )
5+
6+ ** Added**
7+ - Add getter for User and ProfileData extra properties [ \# 56] ( https://github.com/auth0/auth0-java/pull/56 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
8+ - Add renew authentication endpoint [ \# 51] ( https://github.com/auth0/auth0-java/pull/51 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
9+ - Add revoke token endpoint [ \# 50] ( https://github.com/auth0/auth0-java/pull/50 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
10+ - Add getter for Identity extra properties [ \# 45] ( https://github.com/auth0/auth0-java/pull/45 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
11+ - Add response_type and custom parameter setter for AuthorizeUrlBuilder [ \# 40] ( https://github.com/auth0/auth0-java/pull/40 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
12+
13+ ** Changed**
14+ - Improve Guardian section [ \# 39] ( https://github.com/auth0/auth0-java/pull/39 ) ([ nikolaseu] ( https://github.com/nikolaseu ) )
15+ - Simplify/reduce amount of code [ \# 36] ( https://github.com/auth0/auth0-java/pull/36 ) ([ nikolaseu] ( https://github.com/nikolaseu ) )
16+
17+ ** Fixed**
18+ - Fix "q" query parameter encoding [ \# 55] ( https://github.com/auth0/auth0-java/pull/55 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
19+ - Close the ResponseBody after its parsed [ \# 38] ( https://github.com/auth0/auth0-java/pull/38 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
20+
321## [ 1.0.0] ( https://github.com/auth0/auth0-java/tree/1.0.0 ) (2017-01-30)
422
523Reworked Auth0 SDK for java by providing better support for non-Android application (for Android please use [ Auth0.Android] ( https://github.com/auth0/Auth0.Android ) ).
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.0 .0</version >
19+ <version >1.1 .0</version >
2020</dependency >
2121```
2222
2323or Gradle:
2424
2525``` gradle
26- compile 'com.auth0:auth0:1.0 .0'
26+ compile 'com.auth0:auth0:1.1 .0'
2727```
2828
2929
You can’t perform that action at this time.
0 commit comments