Skip to content

Commit 0185b5c

Browse files
Release 2.3.0
Co-authored-by: Tjark Fischer <tjark.fischer@otto.de>
1 parent 0fc38e1 commit 0185b5c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ When property `esiinclude-thymeleaf-dialect.dialect-enabled` is `true`, esi-incl
3737

3838
## Next Snapshot
3939

40+
## Version 2.3.0
41+
* The library now uses Spring Boot auto-configuration. This makes it unnecessary to use component scan.
42+
4043
## Version 2.2.0
4144
* Update dependencies (including update to spring boot 3.4.4)
4245
* Publish library via central.sonatype.com instead of oss.sonatype.org

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("org.jreleaser") version "1.17.0"
77
}
88

9-
version = '2.3.0-SNAPSHOT'
9+
version = '2.3.0'
1010
group = 'de.otto'
1111

1212
java {

0 commit comments

Comments
 (0)