Skip to content

Commit e723487

Browse files
committed
v1.3.0
1 parent 1ac158e commit e723487

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

33

4+
## 1.3.0 (2022-02-25)
5+
6+
### Features
7+
8+
- introduced the query builder to customize the query settings
9+
10+
411
## 1.2.0 (2022-02-09)
512

613
### Features

src/Ydb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Ydb
88
{
99
use Traits\LoggerTrait;
1010

11-
const VERSION = '1.2.0';
11+
const VERSION = '1.3.0';
1212

1313
/**
1414
* @var string

0 commit comments

Comments
 (0)