Skip to content

Commit 890dc52

Browse files
committed
README updated
1 parent 414c1d0 commit 890dc52

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Import the project
107107
<dependency>
108108
<groupId>net.javacrumbs.shedlock</groupId>
109109
<artifactId>shedlock-provider-mongo</artifactId>
110-
<version>0.7.0</version>
110+
<version>0.8.0</version>
111111
</dependency>
112112
```
113113

@@ -148,7 +148,7 @@ Add dependency
148148
<dependency>
149149
<groupId>net.javacrumbs.shedlock</groupId>
150150
<artifactId>shedlock-provider-jdbc-template</artifactId>
151-
<version>0.7.0</version>
151+
<version>0.8.0</version>
152152
</dependency>
153153
```
154154

@@ -174,7 +174,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
174174
<dependency>
175175
<groupId>net.javacrumbs.shedlock</groupId>
176176
<artifactId>shedlock-provider-jdbc</artifactId>
177-
<version>0.7.0</version>
177+
<version>0.8.0</version>
178178
</dependency>
179179
```
180180

@@ -198,7 +198,7 @@ Import
198198
<dependency>
199199
<groupId>net.javacrumbs.shedlock</groupId>
200200
<artifactId>shedlock-provider-zookeeper-curator</artifactId>
201-
<version>0.7.0</version>
201+
<version>0.8.0</version>
202202
</dependency>
203203
```
204204

@@ -250,6 +250,9 @@ public void run() {
250250

251251
## Change log
252252

253+
## 0.8.0
254+
* LockableTaskScheduler made AutoClosable so it's closed upon Spring shutdown
255+
253256
## 0.7.0
254257
* Support for lockAtLeastFor
255258

0 commit comments

Comments
 (0)