diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd8cbc..3069cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.1.1 + +Fix update query constructor bug #16 + ## 4.1.0 - Use extra_pedantic for stronger analysis_options diff --git a/pubspec.yaml b/pubspec.yaml index 8f1c357..34efd13 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ homepage: https://github.com/synw/sqlcool # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 4.1.0 +version: 4.1.1 environment: sdk: ">=2.2.2 <3.0.0"