Skip to content

Commit 5fdd2e4

Browse files
author
robot
committed
Release v1.14.0
1 parent 069a07e commit 5fdd2e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.14.0
12
* added `ScanQueryMode` for `Table::scanQuery`
23

34
## 1.13.2

src/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
3-
const MINOR = "13";
4-
const PATCH = "2";
3+
const MINOR = "14";
4+
const PATCH = "0";
55

0 commit comments

Comments
 (0)