diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae39e76b9..2d4dc55a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: interval: "daily" commit-message: prefix: "[Dependabot] " - milestone: 9 + milestone: 10 - package-ecosystem: "composer" directory: "/" @@ -25,4 +25,4 @@ updates: versioning-strategy: "increase" commit-message: prefix: "[Dependabot] " - milestone: 9 + milestone: 10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59773494a..837059528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ Please also have a look at our ### Added -- Add support for PHP 8.5 (#1355) - ### Changed ### Deprecated @@ -20,12 +18,20 @@ Please also have a look at our ### Fixed +### Documentation + +## 9.1.0: Add support for PHP 8.5 + +### Added + +- Add support for PHP 8.5 (#1355) + +### Fixed + - Improve performance of selector validation (avoiding silent PCRE catastrophic failure) (#1372) - Use typesafe versions of PHP functions (#1368, #1370) -### Documentation - ## 9.0.0: New features, deprecation removals and bug fixes ### Added diff --git a/composer.json b/composer.json index 9b17f01b9..a9f1ca57a 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ }, "extra": { "branch-alias": { - "dev-main": "9.1.x-dev" + "dev-main": "9.2.x-dev" } }, "scripts": {