diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb84066..f9aaff43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.4.7](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.4.6...v8.4.7) (2021-10-25) + + +### Bug Fixes + +* add warning message when connections does not have any models ([#866](https://github.com/ForestAdmin/forest-express-sequelize/issues/866)) ([4c41bd7](https://github.com/ForestAdmin/forest-express-sequelize/commit/4c41bd765f156234053634e98df59c779c8ecd0e)) + ## [8.4.6](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.4.5...v8.4.6) (2021-10-25) diff --git a/package.json b/package.json index ddfd5e4d..be659b86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "8.4.6", + "version": "8.4.7", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",