Skip to content

Commit 49103ae

Browse files
committed
chore(release): 1.6.10 [skip ci]
## [1.6.10](v1.6.9...v1.6.10) (2023-11-07) ### Bug Fixes * **authentication_callback:** return errors detail instead of generic error 500 ([#148](#148)) ([1541de6](1541de6))
1 parent 1541de6 commit 49103ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.10](https://github.com/ForestAdmin/django-forest/compare/v1.6.9...v1.6.10) (2023-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **authentication_callback:** return errors detail instead of generic error 500 ([#148](https://github.com/ForestAdmin/django-forest/issues/148)) ([1541de6](https://github.com/ForestAdmin/django-forest/commit/1541de6a6aef719100f9fc5f04e1c492a17b5dd1))
7+
18
## [1.6.9](https://github.com/ForestAdmin/django-forest/compare/v1.6.8...v1.6.9) (2023-10-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-forest",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"description": "The official Django liana for Forest.",
55
"scripts": {
66
"prepare": "husky install",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-forestadmin
3-
version = 1.6.9
3+
version = 1.6.10
44
description = The Django Liana for Forest Admin.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)