diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6eec02..ff28cf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0-beta.2](https://github.com/ForestAdmin/lumber/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2021-01-05) + + +### Bug Fixes + +* **sequelize:** fix error when working with column table including parenthesis ([#520](https://github.com/ForestAdmin/lumber/issues/520)) ([79c041b](https://github.com/ForestAdmin/lumber/commit/79c041b8ca6a78db198e71a4b0ec1dbba224acbd)) + ## [3.10.5](https://github.com/ForestAdmin/lumber/compare/v3.10.4...v3.10.5) (2020-12-21) diff --git a/package.json b/package.json index 4fe6c1f8..a3a6a244 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lumber-cli", "description": "Create your Forest Admin API in minutes. Admin API backend based on a database schema", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",