diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4beabf..b57df195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.3](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.2...v8.0.3) (2021-07-26) + + +### Bug Fixes + +* do not modify query options object when applying workarounds for specific drivers ([#783](https://github.com/ForestAdmin/forest-express-sequelize/issues/783)) ([5989fda](https://github.com/ForestAdmin/forest-express-sequelize/commit/5989fda2135f26ca329756aeea68bec91992599e)) + ## [8.0.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.0.1...v8.0.2) (2021-07-23) diff --git a/package.json b/package.json index ec06b495..2018871d 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.2", + "version": "8.0.3", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",