Skip to content

Commit f3b108c

Browse files
chore: release 6.0.1
Diff: v6.0.0...v6.0.1
1 parent a6a8a0d commit f3b108c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [6.0.1](#601-2023-02-12) (Feb 2023)
34
- [6.0.0](#600-2023-01-02) (Jan 2023)
45
- [5.2.0](#520-2022-05-19) (May 2022)
56
- [5.1.0](#510-2021-03-17) (Mar 2021)
@@ -15,6 +16,15 @@
1516

1617
# Release notes
1718

19+
## [6.0.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v6.0.0...v6.0.1) (2023-02-12)
20+
21+
22+
### Bug Fixes
23+
24+
* fix integration with Spring Boot 3 ([a6a8a0d](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/a6a8a0d9d97919e8321927ac4f35078844cdfa26))
25+
26+
27+
1828
## [6.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.2.0...v6.0.0) (2023-01-02)
1929

2030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class UserRestController {
5757
<dependency>
5858
<groupId>com.github.darrachequesne</groupId>
5959
<artifactId>spring-data-jpa-datatables</artifactId>
60-
<version>6.0.0</version>
60+
<version>6.0.1</version>
6161
</dependency>
6262
```
6363

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>6.0.0</version>
8+
<version>6.0.1</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)