Skip to content

Commit 380e14f

Browse files
committed
Prepare 2.1.1
1 parent db81419 commit 380e14f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ test-7.4:
3838
stage: test
3939
image: php:7.4
4040

41-
## latest PHP 8
42-
test-8:
41+
## current release
42+
test-8.0:
4343
extends: .test
4444
stage: test
45-
image: php:8
45+
image: php:8.0
4646

4747
# latest unstable
4848
test-rc:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[//]: <> (Contributor list:)
44
[@renan-s-oliveira]: https://github.com/renan-s-oliveira
55

6+
## 2.1.1
7+
8+
_Feb 25, 2021_
9+
10+
* Fixed deprecated behavior not removed in 2.0.0:
11+
`TorrentFile::__construct()` is now private
12+
613
## 2.1.0
714

815
_Feb 19, 2021_

0 commit comments

Comments
 (0)