diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aaceaa77..7721c410 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: interval: "daily" commit-message: prefix: "[Dependabot] " - milestone: 12 + milestone: 13 - package-ecosystem: "composer" directory: "/" @@ -26,4 +26,4 @@ updates: versioning-strategy: "increase" commit-message: prefix: "[Dependabot] " - milestone: 12 + milestone: 13 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa59b919..34cea301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,17 +14,23 @@ Please also have a look at our ### Deprecated -- Deprecate support for PHP 7.2 and 7.3 (#1565) - ### Removed ### Fixed +### Documentation + +## 9.4.0: Deprecations and bugfixes + +### Deprecated + +- Deprecate support for PHP 7.2 and 7.3 (#1565) + +### Fixed + - Allow CSS containing only whitespace or comments (#1593) - Only allow strings as `LineName` components (#1590) -### Documentation - ## 9.3.0: Support for modern CSS at-rules and autoloading bugfix ### Added diff --git a/composer.json b/composer.json index cda8b7e7..8188f595 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ }, "extra": { "branch-alias": { - "dev-main": "9.4.x-dev" + "dev-main": "9.5.x-dev" } }, "scripts": {