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 4bec9db commit 1abb82bCopy full SHA for 1abb82b
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## 1.2.0 (2022-02-09)
5
+
6
+### Features
7
8
+- added PHP 8 support
9
+- updated lcobucci/jwt to 4 version
10
11
12
## 1.1.1 (2021-11-01)
13
14
### Features
src/Ydb.php
@@ -8,7 +8,7 @@ class Ydb
{
use Traits\LoggerTrait;
- const VERSION = '1.1.1';
+ const VERSION = '1.2.0';
/**
* @var string
0 commit comments