Skip to content

Commit

Permalink
chore: release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 24, 2024
1 parent 97a1cdc commit be286ee
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.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)
Expand All @@ -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)


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.2</version>
<version>6.0.3</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.2</version>
<version>6.0.3</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 be286ee

Please sign in to comment.