diff --git a/CHANGELOG.md b/CHANGELOG.md index cf770b64..a500115d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/ForestAdmin/django-forest/compare/v1.0.7...v1.0.8) (2022-01-25) + + +### Bug Fixes + +* **onboarding:** improve the cors settings to allow more onboarding ([#77](https://github.com/ForestAdmin/django-forest/issues/77)) ([3b96749](https://github.com/ForestAdmin/django-forest/commit/3b967495040f7a01091dd62e191ed7dd6d250498)) + ## [1.0.7](https://github.com/ForestAdmin/django-forest/compare/v1.0.6...v1.0.7) (2022-01-20) diff --git a/package.json b/package.json index fb2397fa..c57440e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.0.7", + "version": "1.0.8", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 971f2d96..57f5e2bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.0.7 +version = 1.0.8 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown