We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73501f8 commit 865c430Copy full SHA for 865c430
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 1.13.0
2
* added transaction mode for retryTransaction
3
* fix keepInCache param in YdbQuery
4
* added Yson type
src/Version.php
@@ -1,5 +1,5 @@
<?php
const MAJOR = "1";
-const MINOR = "12";
+const MINOR = "13";
const PATCH = "0";
5
0 commit comments