We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e5e5 commit 7590748Copy full SHA for 7590748
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## Unreleased
+## 1.3.1 (2020-02-19)
2
3
### Changes
4
5
+ - Add support for statement timeouts ([#45](https://github.com/EvidentSolutions/dalesbred/pull/45))
6
- Upgraded the version of optional Kotlin dependency to 1.3.61.
7
8
## 1.3.0 (2018-08-01)
README.md
@@ -21,7 +21,7 @@ Add dependency to your `pom.xml`:
21
<dependency>
22
<groupId>org.dalesbred</groupId>
23
<artifactId>dalesbred</artifactId>
24
- <version>1.3.0</version>
+ <version>1.3.1</version>
25
</dependency>
26
```
27
0 commit comments