Skip to content

Commit

Permalink
release 7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jan 31, 2024
1 parent 2cfd248 commit b1a561e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ These starters are designed to push auto-configuration one step further. In most
I could forget to update README before releasing, so please refer to [maven central](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons/) to pick latest available release
```xml
<properties>
<springaddons.version>7.3.6</springaddons.version>
<springaddons.version>7.3.7</springaddons.version>
</properties>
<dependencies>
Expand Down Expand Up @@ -518,6 +518,9 @@ I could forget to update README before releasing, so please refer to [maven cent
### 5.1. <a name="release-notes-7"/>`7.x` Branch
### `7.3.7`
- [gh-182](https://github.com/ch4mpy/spring-addons/issues/182)doubled path-prefix by SpringAddonsServerOAuth2AuthorizationRequestResolver
### `7.3.6`
- Add a `com.c4-soft.springaddons.oidc.client.back-channel-logout.enabled` property to opt-in [Spring Security implementation of Back-Channel Logout](https://docs.spring.io/spring-security/reference/reactive/oauth2/login/logout.html#configure-provider-initiated-oidc-logout). `Customizer.withDefaults()` is used unless you provide one as a bean.
Expand Down

0 comments on commit b1a561e

Please sign in to comment.