diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c6b06..2b81498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.8](https://github.com/ForestAdmin/django-forest/compare/v1.6.7...v1.6.8) (2023-08-17) + + +### Bug Fixes + +* **smart_field:** don't try to compute smart fields on null relations ([#146](https://github.com/ForestAdmin/django-forest/issues/146)) ([33673a1](https://github.com/ForestAdmin/django-forest/commit/33673a186bb34ff58f7070c122be8f818c022beb)) + ## [1.6.7](https://github.com/ForestAdmin/django-forest/compare/v1.6.6...v1.6.7) (2023-08-11) diff --git a/package.json b/package.json index 49537df..aaee787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.6.7", + "version": "1.6.8", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 25e4090..12d4797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.6.7 +version = 1.6.8 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown