Skip to content

Commit 842ce19

Browse files
committed
v1.5.0
1 parent ee61d10 commit 842ce19

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

33

4+
## 1.5.0 (2023-02-22)
5+
6+
### Features
7+
8+
- make protobuf
9+
- updated protos
10+
- JWT replacement
11+
12+
413
## 1.4.5 (2023-02-15)
514

615
### Bugs

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.4.5';
11+
const VERSION = '1.5.0';
1212

1313
/**
1414
* @var string

0 commit comments

Comments
 (0)