diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f90250d..b01d0003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/ForestAdmin/django-forest/compare/v1.0.5...v1.0.6) (2022-01-20) + + +### Bug Fixes + +* **onboarding:** make it possible to install the agent in more projects ([#75](https://github.com/ForestAdmin/django-forest/issues/75)) ([9c04647](https://github.com/ForestAdmin/django-forest/commit/9c04647e237c161ab94de981aeddc6452f1cf30d)) + ## [1.0.5](https://github.com/ForestAdmin/django-forest/compare/v1.0.4...v1.0.5) (2021-08-20) diff --git a/package.json b/package.json index 41376466..c7dcd740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.0.5", + "version": "1.0.6", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 8b8524d6..fecbd434 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.0.5 +version = 1.0.6 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown