diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 621585c..fb7030f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/iwf-web/phpstan-rules/compare/1.0.0...1.1.0) (2026-04-27) + + +### ✨ Features + +* add excludedClasses support to AttributeRequirementsRule ([0060358](https://github.com/iwf-web/phpstan-rules/commit/0060358f75f067db0804658ba5d686b9ce3b1c7a)) + + +### 🐛 Bug Fixes + +* **ci:** removed erroneous fetch depth argument ([343e18e](https://github.com/iwf-web/phpstan-rules/commit/343e18e6b843380dd79ef60f8b6f85f4993478a8)) + ## [1.0.0](https://github.com/iwf-web/phpstan-rules/compare/d02f204...1.0.0) (2026-04-14)