Skip to content

Commit 6c03d0a

Browse files
Merge pull request darrachequesne#17 from darrachequesne/patch-4
Release 2.3
2 parents 4a13699 + f322672 commit 6c03d0a

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+
2.3 / 2016-06-12
3+
==================
4+
5+
* Ensure related entities are eagerly loaded (#16)
6+
* Add some helpers and refactor tests (#15)
7+
* Add support for nested @ManyToOne relationships (#14)
8+
29
2.2 / 2016-05-13
310
==================
411

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>2.2</version>
31+
<version>2.3</version>
3232
</dependency>
3333
```
3434

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>2.3-SNAPSHOT</version>
8+
<version>2.3</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)