diff --git a/HISTORY.md b/HISTORY.md index 1809d7e..8abc5e0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ # History +- [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) - [6.0.0](#600-2023-01-02) (Jan 2023) @@ -17,6 +18,15 @@ # Release notes +## [6.0.3](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.2...v6.0.3) (2024-03-24) + + +### Bug Fixes + +* **sqlserver:** prevent cast from NVARCHAR to VARCHAR ([f1e0ecd](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/f1e0ecdcc73c3983683d4ddbcfe62fdc7862a70b)) + + + ## [6.0.2](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.1...v6.0.2) (2024-03-03) diff --git a/README.md b/README.md index d3e08d0..cef45c5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ public class UserRestController { com.github.darrachequesne spring-data-jpa-datatables - 6.0.2 + 6.0.3 ``` diff --git a/pom.xml b/pom.xml index 2c45fbd..bf4008b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.darrachequesne spring-data-jpa-datatables - 6.0.2 + 6.0.3 Spring Data JPA for DataTables Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)