diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fae39..72aa6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.6](https://github.com/ForestAdmin/django-forest/compare/v1.6.5...v1.6.6) (2023-08-08) + + +### Bug Fixes + +* **smart_field:** a smart field can now be used as reference_field ([#144](https://github.com/ForestAdmin/django-forest/issues/144)) ([6086b7b](https://github.com/ForestAdmin/django-forest/commit/6086b7b919ad5646a40cb53661aa4a6acdb66274)) + ## [1.6.5](https://github.com/ForestAdmin/django-forest/compare/v1.6.4...v1.6.5) (2023-08-03) diff --git a/package.json b/package.json index e3a022d..df883cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.6.5", + "version": "1.6.6", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 42b4d48..b8d61e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.6.5 +version = 1.6.6 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown