Skip to content

Commit fc3a2ab

Browse files
author
robot
committed
Release v1.13.1
1 parent 57e0b42 commit fc3a2ab

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.13.1
12
* changed default mode for ExecuteScanQueryRequest from MODE_UNSPECIFIED to MODE_EXEC
23

34
## 1.13.0

src/Version.php

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

0 commit comments

Comments
 (0)