Skip to content

Commit

Permalink
chore: release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Apr 3, 2024
1 parent 19fcbeb commit 07b531c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class UserRestController {
<dependency>
<groupId>com.github.darrachequesne</groupId>
<artifactId>spring-data-jpa-datatables</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.darrachequesne</groupId>
<artifactId>spring-data-jpa-datatables</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>

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

0 comments on commit 07b531c

Please sign in to comment.