From f3b108c387d7f9c39922f1cbd6bf1e948d381b0d Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 13 Feb 2023 00:18:22 +0100 Subject: [PATCH] chore: release 6.0.1 Diff: https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.0...v6.0.1 --- HISTORY.md | 10 ++++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9fdb0ef..2e0a12a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ # History +- [6.0.1](#601-2023-02-12) (Feb 2023) - [6.0.0](#600-2023-01-02) (Jan 2023) - [5.2.0](#520-2022-05-19) (May 2022) - [5.1.0](#510-2021-03-17) (Mar 2021) @@ -15,6 +16,15 @@ # Release notes +## [6.0.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.0...v6.0.1) (2023-02-12) + + +### Bug Fixes + +* fix integration with Spring Boot 3 ([a6a8a0d](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/a6a8a0d9d97919e8321927ac4f35078844cdfa26)) + + + ## [6.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.2.0...v6.0.0) (2023-01-02) diff --git a/README.md b/README.md index 1f8b787..bcaa5f2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 6.0.0 + 6.0.1 ``` diff --git a/pom.xml b/pom.xml index 358270d..8d6db01 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 6.0.0 + 6.0.1 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)