Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Dec 19, 2023
1 parent c78cdbb commit 9ba7cca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.11.0](https://github.com/auth0/auth0-java-mvc-common/tree/1.11.0) (2023-12-19)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.10.0...1.11.0)

**Changed**
- [SDK-4670] Improved state handling errors [\#140](https://github.com/auth0/auth0-java-mvc-common/pull/140) ([jimmyjames](https://github.com/jimmyjames))

**Security**
- Update dependencies for CVE-2023-3635 [\#137](https://github.com/auth0/auth0-java-mvc-common/pull/137) ([jimmyjames](https://github.com/jimmyjames))

## [1.10.0](https://github.com/auth0/auth0-java-mvc-common/tree/1.10.0) (2023-07-18)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.5...1.10.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>mvc-auth-commons</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:mvc-auth-commons:1.10.0'
implementation 'com.auth0:mvc-auth-commons:1.11.0'
```

### Configure Auth0
Expand Down

0 comments on commit 9ba7cca

Please sign in to comment.