diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fb11f..5214999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.8](https://github.com/ForestAdmin/django-forest/compare/v1.3.7...v1.3.8) (2022-08-31) + + +### Bug Fixes + +* **issue-117:** resolve issue where action name was not being respected for hooks ([#118](https://github.com/ForestAdmin/django-forest/issues/118)) ([403893a](https://github.com/ForestAdmin/django-forest/commit/403893ae82bcea3d94c3eba888b86fa60c2eacf0)) + ## [1.3.7](https://github.com/ForestAdmin/django-forest/compare/v1.3.6...v1.3.7) (2022-08-31) diff --git a/package.json b/package.json index 3fce026..eeedc16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.3.7", + "version": "1.3.8", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 9f9beb7..63683b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.3.7 +version = 1.3.8 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown