diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dda78..646d33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changes in 7.0.0.1 +# Changes in 7.0.1 - Fixed: FluentValidation rules not applied to `[FromForm]` parameters (Issue #170) - Added `RequestBody` processing in `FluentValidationOperationFilter` for `multipart/form-data` and `application/x-www-form-urlencoded` content types diff --git a/version.props b/version.props index e352648..6150d78 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ - 7.0.0.1 + 7.0.1