diff --git a/HISTORY.md b/HISTORY.md
index 8abc5e0..3166e19 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,6 @@
# History
+- [6.0.4](#604-2024-04-03) (Apr 2024)
- [6.0.3](#603-2024-03-24) (Mar 2024)
- [6.0.2](#602-2024-03-03) (Mar 2024)
- [6.0.1](#601-2023-02-12) (Feb 2023)
@@ -18,6 +19,15 @@
# Release notes
+## [6.0.4](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.3...v6.0.4) (2024-04-03)
+
+
+### Bug Fixes
+
+* properly compute search panes with related entities ([495cfbc](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/495cfbc4cf6e110bf7b6dcb47d7bfd8587056169))
+
+
+
## [6.0.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.2...v6.0.3) (2024-03-24)
diff --git a/README.md b/README.md
index cef45c5..7b17116 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ public class UserRestController {
com.github.darrachequesne
spring-data-jpa-datatables
- 6.0.3
+ 6.0.4
```
diff --git a/pom.xml b/pom.xml
index 2da0ed8..083d11b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.darrachequesne
spring-data-jpa-datatables
- 6.0.3
+ 6.0.4
Spring Data JPA for DataTables
Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)