Skip to content

Commit c2d19e0

Browse files
[chore] Release 3.1 (darrachequesne#46)
1 parent b545caf commit c2d19e0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

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

2+
3.1 / 2016-12-16
3+
==================
4+
5+
* [feat] Add the ability to filter on NULL values (#44)
6+
* [docs] Update README (#45)
7+
28
3.0 / 2016-11-19
39
==================
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class UserRestController {
2828
<dependency>
2929
<groupId>com.github.darrachequesne</groupId>
3030
<artifactId>spring-data-jpa-datatables</artifactId>
31-
<version>3.0</version>
31+
<version>3.1</version>
3232
</dependency>
3333
```
3434

pom.xml

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

1212
<groupId>com.github.darrachequesne</groupId>
1313
<artifactId>spring-data-jpa-datatables</artifactId>
14-
<version>3.0</version>
14+
<version>3.1</version>
1515

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

0 commit comments

Comments
 (0)