diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1ad6c9..5871642f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.7](https://github.com/ForestAdmin/lumber/compare/v3.10.6...v3.10.7) (2021-01-07) + + +### Bug Fixes + +* incorrect FOREST_URL generated in docker-compose.yml ([#533](https://github.com/ForestAdmin/lumber/issues/533)) ([9d3bf95](https://github.com/ForestAdmin/lumber/commit/9d3bf951ae743082e8ad10525734b37af1643666)) + ## [3.10.6](https://github.com/ForestAdmin/lumber/compare/v3.10.5...v3.10.6) (2021-01-06) diff --git a/package.json b/package.json index dbb9a09f..ed5d3559 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": "3.10.6", + "version": "3.10.7", "main": "lumber.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js ./*.js .eslint-bin deserializers serializers services test utils",