diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1d8c96..302cf1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed +## 8.5.1 + +### Fixed + - Fix (regression) failure to parse at-rules with strict parsing (#456) ## 8.5.0 diff --git a/composer.json b/composer.json index e20dad75..cf15a944 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "9.0.x-dev" + "dev-main": "9.0.x-dev" } }, "scripts": {