diff --git a/CHANGELOG.md b/CHANGELOG.md index afb0413..43fc2b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 4.3.1 + +- Refactor and fix `DbModel.sqlJoin` +- Add a toString method to `DbColumn` + # 4.3.0 - Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 3f07b01..34931f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,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.3.0 +version: 4.3.1 environment: sdk: ">=2.2.2 <3.0.0"