diff --git a/HISTORY.md b/HISTORY.md index 4b8eaff..9feddce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ + +# [5.2.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.1.0...v5.2.0) / 2022-05-19 + + +### Features + +* log errors ([#144](https://github.com/darrachequesne/spring-data-jpa-datatables/issues/144)) ([d102cfa](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/d102cfabc3a67b3dd1768e373e21f0855f94a43a)) + + # [5.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.0.0...v5.1.0) / 2021-03-17 diff --git a/README.md b/README.md index 2eec29f..c963e0a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 5.1.0 + 5.2.0 ``` diff --git a/pom.xml b/pom.xml index 2f436f1..4b876b1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 5.1.0 + 5.2.0 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)