Skip to content

Commit 07b531c

Browse files
chore: release 6.0.4
Diff: v6.0.3...v6.0.4
1 parent 19fcbeb commit 07b531c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [6.0.4](#604-2024-04-03) (Apr 2024)
34
- [6.0.3](#603-2024-03-24) (Mar 2024)
45
- [6.0.2](#602-2024-03-03) (Mar 2024)
56
- [6.0.1](#601-2023-02-12) (Feb 2023)
@@ -18,6 +19,15 @@
1819

1920
# Release notes
2021

22+
## [6.0.4](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.3...v6.0.4) (2024-04-03)
23+
24+
25+
### Bug Fixes
26+
27+
* properly compute search panes with related entities ([495cfbc](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/495cfbc4cf6e110bf7b6dcb47d7bfd8587056169))
28+
29+
30+
2131
## [6.0.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.2...v6.0.3) (2024-03-24)
2232

2333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class UserRestController {
5959
<dependency>
6060
<groupId>com.github.darrachequesne</groupId>
6161
<artifactId>spring-data-jpa-datatables</artifactId>
62-
<version>6.0.3</version>
62+
<version>6.0.4</version>
6363
</dependency>
6464
```
6565

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>6.0.3</version>
8+
<version>6.0.4</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)