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.10.0] ( https://github.com/auth0/auth0-java-mvc-common/tree/1.10.0 ) (2023-07-18)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-java-mvc-common/compare/1.9.5...1.10.0 )
5+
6+ ** Added**
7+ - Support using organization name [ \# 132] ( https://github.com/auth0/auth0-java-mvc-common/pull/132 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
8+
39## [ 1.9.5] ( https://github.com/auth0/auth0-java-mvc-common/tree/1.9.5 ) (2023-03-11)
410[ Full Changelog] ( https://github.com/auth0/auth0-java-mvc-common/compare/1.9.4...1.9.5 )
511
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Add the dependency via Maven:
3636<dependency >
3737 <groupId >com.auth0</groupId >
3838 <artifactId >mvc-auth-commons</artifactId >
39- <version >1.9.5 </version >
39+ <version >1.10.0 </version >
4040</dependency >
4141```
4242
4343or Gradle:
4444
4545``` gradle
46- implementation 'com.auth0:mvc-auth-commons:1.9.5 '
46+ implementation 'com.auth0:mvc-auth-commons:1.10.0 '
4747```
4848
4949### Configure Auth0
You can’t perform that action at this time.
0 commit comments