diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea19c55..4f4beabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.1...v8.0.2) (2021-07-23) + + +### Bug Fixes + +* fix display of week number in line chart ([#785](https://github.com/ForestAdmin/forest-express-sequelize/issues/785)) ([48d202d](https://github.com/ForestAdmin/forest-express-sequelize/commit/48d202d5954276a023728d8ef0a37c36ed378a68)) + ## [8.0.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.0...v8.0.1) (2021-07-22) diff --git a/package.json b/package.json index 3aee509c..ec06b495 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "8.0.1", + "version": "8.0.2", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",