Skip to content

Commit 865c430

Browse files
author
robot
committed
Release v1.13.0
1 parent 73501f8 commit 865c430

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.0
12
* added transaction mode for retryTransaction
23
* fix keepInCache param in YdbQuery
34
* added Yson type

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 = "12";
3+
const MINOR = "13";
44
const PATCH = "0";
55

0 commit comments

Comments
 (0)