Skip to content

Commit

Permalink
Release 1.9.5 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored May 12, 2023
2 parents 4a8a07c + 186550a commit 93ce224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.9.5](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.5) (2023-03-11)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.4...1.9.5)

**Added**
- Support Pushed Authorization Requests [\#128](https://github.com/auth0/auth0-java-mvc-common/pull/128) ([jimmyjames](https://github.com/jimmyjames))
- Support configurable cookie path [\#129](https://github.com/auth0/auth0-java-mvc-common/pull/129) ([jimmyjames](https://github.com/jimmyjames))

## [1.9.4](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.4) (2023-01-11)
[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.3...1.9.4)

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.9.4</version>
<version>1.9.5</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:mvc-auth-commons:1.9.4'
implementation 'com.auth0:mvc-auth-commons:1.9.5'
```

### Configure Auth0
Expand Down

0 comments on commit 93ce224

Please sign in to comment.