diff --git a/HISTORY.md b/HISTORY.md index 475f1de..50c0acb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,13 @@ + +# [4.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.2...v4.3) / 2017-12-24 + + +### Bug Fixes + + * Remove JOIN FETCH when using COUNT query (#68) + + # [4.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.1...v4.2) / 2017-12-24 diff --git a/README.md b/README.md index c849378..413344b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 4.2 + 4.3 ``` diff --git a/pom.xml b/pom.xml index d94c46f..c38852c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 4.2 + 4.3 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)