Skip to content

Commit

Permalink
chore(release): 1.4.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.8](v1.4.7...v1.4.8) (2023-04-06)

### Bug Fixes

* **stats:** users should be able to use related field in group by aggregation ([#129](#129)) ([2699e31](2699e31))
  • Loading branch information
forest-bot committed Apr 6, 2023
1 parent 2699e31 commit 3fdd700
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.4.8](https://github.com/ForestAdmin/django-forest/compare/v1.4.7...v1.4.8) (2023-04-06)


### Bug Fixes

* **stats:** users should be able to use related field in group by aggregation ([#129](https://github.com/ForestAdmin/django-forest/issues/129)) ([2699e31](https://github.com/ForestAdmin/django-forest/commit/2699e3101cef9cdc3837fc1820befeca3fc03e25))

## [1.4.7](https://github.com/ForestAdmin/django-forest/compare/v1.4.6...v1.4.7) (2023-04-05)


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.4.7",
"version": "1.4.8",
"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.4.7
version = 1.4.8
description = The Django Liana for Forest Admin.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 3fdd700

Please sign in to comment.