Skip to content

Commit d8dbec5

Browse files
committed
Update changelog
1 parent c632786 commit d8dbec5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `composer-license-checker` will be documented in this file
44

5+
## 2.1.0 - 2020-12-31
6+
7+
### Added
8+
- Support for PHP 8
9+
10+
### Changed
11+
- Upgrade PHPUnit major version from `7` to `9`
12+
- Upgraded several dependencies to work with newer PHP versions. Major version bump includes [symfony/dom-crawler](https://github.com/symfony/dom-crawler).
13+
14+
### Removed
15+
- Dropped support for PHP 7.1 and 7.2 [(see: supported versions)](https://www.php.net/supported-versions.php)
16+
517
## 2.0.0 - 2020-06-17
618

719
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dominikb/composer-license-checker",
33
"description": "Utility to check for licenses of dependencies and block/allow them.",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"keywords": [
66
"dominikb",
77
"composer-license-checker"

0 commit comments

Comments
 (0)