Skip to content

Commit 40cb18e

Browse files
chore: release 1.0.2
1 parent 6485675 commit 40cb18e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## [1.0.2](https://github.com/darrachequesne/spring-data-mongodb-datatables/compare/1.0.1...1.0.2) (2019-08-21)
3+
4+
Mostly CI changes.
5+
6+
## [1.0.1](https://github.com/darrachequesne/spring-data-mongodb-datatables/compare/1.0.0...1.0.1) (2018-10-20)
7+
8+
### Features
9+
10+
* update DataTablesInput class to non-final class ([#1](https://github.com/darrachequesne/spring-data-mongodb-datatables/issues/1)) ([5a2ecc5](https://github.com/darrachequesne/spring-data-mongodb-datatables/commit/5a2ecc5))
11+
12+
13+
# 1.0.0 (2018-03-04)
14+
15+
Initial release :fire:

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-mongodb-datatables</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.2</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-mongodb-datatables</artifactId>
8-
<version>1.0.1</version>
8+
<version>1.0.2</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)