From 06648c1145a3196d3ca800638b8436fe67f72abc Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 20 Jan 2022 14:06:08 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- setup.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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