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 ee61d10 commit 842ce19Copy full SHA for 842ce19
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# CHANGELOG
2
3
4
+## 1.5.0 (2023-02-22)
5
+
6
+### Features
7
8
+- make protobuf
9
+- updated protos
10
+- JWT replacement
11
12
13
## 1.4.5 (2023-02-15)
14
15
### Bugs
src/Ydb.php
@@ -8,7 +8,7 @@ class Ydb
{
use Traits\LoggerTrait;
- const VERSION = '1.4.5';
+ const VERSION = '1.5.0';
/**
* @var string
0 commit comments