diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7030f..1c02e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/iwf-web/phpstan-rules/compare/1.1.0...1.1.1) (2026-04-28) + + +### 🐛 Bug Fixes + +* added missing configuration schema ([#18](https://github.com/iwf-web/phpstan-rules/issues/18)) ([0058b6c](https://github.com/iwf-web/phpstan-rules/commit/0058b6caf51b254046fee9365f07f03c107b93d8)) + ## [1.1.0](https://github.com/iwf-web/phpstan-rules/compare/1.0.0...1.1.0) (2026-04-27)