Skip to content

Commit d32f6c8

Browse files
chore: release 1.0.3
1 parent b05cf4a commit d32f6c8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/darrachequesne/spring-data-mongodb-datatables/compare/1.0.2...1.0.3) (2020-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* do not include the limit clause in the count query ([8012b40](https://github.com/darrachequesne/spring-data-mongodb-datatables/commit/8012b408b637f75a9540da4e8dc43c1dc3d16e37))
7+
* fix the getColumn helper method ([b05cf4a](https://github.com/darrachequesne/spring-data-mongodb-datatables/commit/b05cf4a318da064d8248d234b4db9e2f56ec057d))
18

29
## [1.0.2](https://github.com/darrachequesne/spring-data-mongodb-datatables/compare/1.0.1...1.0.2) (2019-08-21)
310

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class UserRestController {
5050
<dependency>
5151
<groupId>com.github.darrachequesne</groupId>
5252
<artifactId>spring-data-mongodb-datatables</artifactId>
53-
<version>1.0.2</version>
53+
<version>1.0.3</version>
5454
</dependency>
5555
```
5656

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-mongodb-datatables</artifactId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99

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

0 commit comments

Comments
 (0)