Skip to content

Commit 7b4cf23

Browse files
authored
Release 1.10.0 (#133)
2 parents 53701f3 + a7c052a commit 7b4cf23

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4343
or 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

0 commit comments

Comments
 (0)