diff --git a/CHANGELOG.md b/CHANGELOG.md index 72aa6e3..00c6b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.7](https://github.com/ForestAdmin/django-forest/compare/v1.6.6...v1.6.7) (2023-08-11) + + +### Bug Fixes + +* **smart_relations:** filtering over smart relationship was broken ([#145](https://github.com/ForestAdmin/django-forest/issues/145)) ([a294d1b](https://github.com/ForestAdmin/django-forest/commit/a294d1b94bdaad7ffa61684b9d20cdda4c6d52fe)) + ## [1.6.6](https://github.com/ForestAdmin/django-forest/compare/v1.6.5...v1.6.6) (2023-08-08) diff --git a/package.json b/package.json index df883cb..49537df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.6.6", + "version": "1.6.7", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index b8d61e2..25e4090 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.6.6 +version = 1.6.7 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown