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 1ac158e commit e723487Copy full SHA for e723487
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# CHANGELOG
2
3
4
+## 1.3.0 (2022-02-25)
5
+
6
+### Features
7
8
+- introduced the query builder to customize the query settings
9
10
11
## 1.2.0 (2022-02-09)
12
13
### Features
src/Ydb.php
@@ -8,7 +8,7 @@ class Ydb
{
use Traits\LoggerTrait;
- const VERSION = '1.2.0';
+ const VERSION = '1.3.0';
/**
14
* @var string
0 commit comments