Skip to content

Commit

Permalink
Post-release 6.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed May 20, 2023
1 parent 748df2e commit e6303d5
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 @@ -63,7 +63,7 @@ If locked wtih a lower JDK or spring-boot version, you'll have to use a 5.4.x re
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>6.1.10</springaddons.version>
<springaddons.version>6.1.11</springaddons.version>
<app-type>webmvc</app-type><!-- alternative value is webflux !-->
<token>jwt</token><!-- alternative value is introspecting !-->
</properties>
Expand Down Expand Up @@ -117,6 +117,9 @@ Using such libs is dead simple: just declare depedency on one of those libs and

2.0 comes with a noticeable amount of breaking changes. So lets start tracking features.

### 6.1.11
- Spring Boot 3.1.0

### 6.1.10
- Spring Boot 3.0.7

Expand Down

0 comments on commit e6303d5

Please sign in to comment.