Skip to content

Commit c0b2f4d

Browse files
committed
Prepare for 0.4.0 release.
1 parent 307321f commit c0b2f4d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This library is my attempt to fill the gap I see in Spring MVC.
100100
## Requirements
101101

102102
* Java 8+
103-
* Spring MVC or Spring WebFlux (5.3.5+)
103+
* Spring MVC or Spring WebFlux (5.3.8+)
104104

105105
## Use
106106

RELEASE_NOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## 0.4.0
4+
Released 2021-06-20
5+
6+
- New Spring Boot starter modules for both Web MVC and WebFlux implementations. Allows quick and easy use of the data
7+
binder in Spring Boot applications with no configuration.
8+
- Add basic support for Multipart request data in WebFlux.
9+
- Minimum supported Spring version: 5.3.8
10+
- Minimum supported Spring Boot version: 2.4.7
11+
312
## 0.3.0
413
Released 2021-03-24
514

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subprojects {
2727
apply plugin: 'org.sonarqube'
2828

2929
group 'com.mattbertolini'
30-
version '0.4.0-SNAPSHOT'
30+
version '0.4.0'
3131

3232
sourceCompatibility = 1.8
3333

0 commit comments

Comments
 (0)