Skip to content

Commit fc0a4de

Browse files
author
robot
committed
Release v1.11.0
1 parent 9d09ca1 commit fc0a4de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.11.0
12
* added query stats
23
* added ReadTokenFromFile
34
* added lambda on exception in retryTransaction

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
3-
const MINOR = "10";
3+
const MINOR = "11";
44
const PATCH = "0";
55

0 commit comments

Comments
 (0)