diff --git a/CHANGELOG.md b/CHANGELOG.md index c287cf84..3daf4950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.3.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.2.1...v6.3.0) (2020-07-02) + + +### Features + +* **filter:** is blank now also filter empty strings ([#458](https://github.com/ForestAdmin/forest-express-sequelize/issues/458)) ([d563942](https://github.com/ForestAdmin/forest-express-sequelize/commit/d563942781a0b7d644224b4b5483c7f4d39cc5ea)) + ## [6.2.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.2.0...v6.2.1) (2020-06-23) diff --git a/package.json b/package.json index 2e280674..e5224ff7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "6.2.1", + "version": "6.3.0", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",