diff --git a/CHANGELOG.md b/CHANGELOG.md index 8216d8672..41efca628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# [9.4.0] +# 9.4.1 + +## Features + +* `FormBuilderTextField` Add missing fields from TextField + +# 9.4.0 ## Fixes diff --git a/pubspec.yaml b/pubspec.yaml index ef04a03b1..2c69b069e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_builder description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input. -version: 9.4.0 +version: 9.4.1 repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues homepage: https://github.com/flutter-form-builder-ecosystem