diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a7e2e..2e7b275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1+4] - January 30, 2024 + +* Automated dependency updates + + ## [3.1.1+3] - January 16, 2024 * Automated dependency updates @@ -367,5 +372,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index a446fe8..50aec67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'form_validation' description: 'Validators that can be used directly via code or constructed from JSON to provide dynamic validation.' -version: '3.1.1+3' +version: '3.1.1+4' homepage: 'https://github.com/peiffer-innovations/form_validation' environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: 'flutter' intl: '^0.19.0' - json_class: '^3.0.0+11' + json_class: '^3.0.0+12' meta: '^1.10.0' dev_dependencies: