From a6c6bdb0bd2a43b639fe242821c587aa63beb050 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 12 Apr 2023 14:53:56 +0000 Subject: [PATCH] chore(release): 1.4.11 [skip ci] ## [1.4.11](https://github.com/ForestAdmin/django-forest/compare/v1.4.10...v1.4.11) (2023-04-12) ### Bug Fixes * **scope:** allows users to filter on integer field ([#131](https://github.com/ForestAdmin/django-forest/issues/131)) ([006ce6c](https://github.com/ForestAdmin/django-forest/commit/006ce6cf135b09c108ef096731259fff24a168a0)) --- 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 c0a313b..e3e9ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.11](https://github.com/ForestAdmin/django-forest/compare/v1.4.10...v1.4.11) (2023-04-12) + + +### Bug Fixes + +* **scope:** allows users to filter on integer field ([#131](https://github.com/ForestAdmin/django-forest/issues/131)) ([006ce6c](https://github.com/ForestAdmin/django-forest/commit/006ce6cf135b09c108ef096731259fff24a168a0)) + ## [1.4.10](https://github.com/ForestAdmin/django-forest/compare/v1.4.9...v1.4.10) (2023-04-11) diff --git a/package.json b/package.json index 4832120..f476d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "django-forest", - "version": "1.4.10", + "version": "1.4.11", "description": "The official Django liana for Forest.", "scripts": { "prepare": "husky install", diff --git a/setup.cfg b/setup.cfg index 7b827c9..3ea5204 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-forestadmin -version = 1.4.10 +version = 1.4.11 description = The Django Liana for Forest Admin. long_description = file: README.md long_description_content_type = text/markdown