Skip to content

Commit 5c41f34

Browse files
chore: release 5.1.0
1 parent 16803f9 commit 5c41f34

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
<a name="5.1.0"></a>
3+
# [5.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.0.0...v5.1.0) / 2021-03-17
4+
5+
### Features
6+
7+
* add support for the SearchPanes extension ([16803f9](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/16803f9d1e4f8c8c7b128a55b0be96d8cec36382))
8+
29
<a name="5.0.0"></a>
310
# [5.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.3...v5.0.0) / 2018-03-01
411

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class UserRestController {
5252
<dependency>
5353
<groupId>com.github.darrachequesne</groupId>
5454
<artifactId>spring-data-jpa-datatables</artifactId>
55-
<version>5.0.0</version>
55+
<version>5.1.0</version>
5656
</dependency>
5757
```
5858

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>5.0.0</version>
8+
<version>5.1.0</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)