Skip to content

Commit 1abb82b

Browse files
committed
v1.2.0
1 parent 4bec9db commit 1abb82b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33

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+
412
## 1.1.1 (2021-11-01)
513

614
### 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.1.1';
11+
const VERSION = '1.2.0';
1212

1313
/**
1414
* @var string

0 commit comments

Comments
 (0)