Skip to content

Commit

Permalink
chore(release): 1.6.10 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
forest-bot committed Nov 7, 2023
1 parent 1541de6 commit 49103ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.10](https://github.com/ForestAdmin/django-forest/compare/v1.6.9...v1.6.10) (2023-11-07)


### Bug Fixes

* **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))

## [1.6.9](https://github.com/ForestAdmin/django-forest/compare/v1.6.8...v1.6.9) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-forest",
"version": "1.6.9",
"version": "1.6.10",
"description": "The official Django liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-forestadmin
version = 1.6.9
version = 1.6.10
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 49103ae

Please sign in to comment.