diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 853f58b..d7ba065 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,13 +4,13 @@ The following versions of `ergebnis/rector-rules` have active support: -- `^1.0.0` +- `^1.0.1` ## Unsupported Versions The following versions of `ergebnis/rector-rules` have reached their end of life: -- `<1.0.0` +- `<1.0.1` ## Reporting a Vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index 3534c72..0397a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`1.0.0...main`][1.0.0...main]. +For a full diff see [`1.0.1...main`][1.0.1...main]. + +## [`1.0.1`][1.0.1] + +For a full diff see [`1.0.0...1.0.1`][1.0.0...1.0.1]. ### Fixed @@ -63,13 +67,15 @@ For a full diff see [`fd198f0...0.1.0`][fd198f0...0.1.0]. [0.3.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.3.0 [0.4.0]: https://github.com/ergebnis/rector-rules/releases/tag/0.4.0 [1.0.0]: https://github.com/ergebnis/rector-rules/releases/tag/1.0.0 +[1.0.1]: https://github.com/ergebnis/rector-rules/releases/tag/1.0.1 [fd198f0...0.1.0]: https://github.com/ergebnis/rector-rules/compare/fd198f0...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/rector-rules/compare/0.1.0...0.2.0 [0.2.0...0.3.0]: https://github.com/ergebnis/rector-rules/compare/0.2.0...0.3.0 [0.3.0...0.4.0]: https://github.com/ergebnis/rector-rules/compare/0.3.0...0.4.0 [0.4.0...1.0.0]: https://github.com/ergebnis/rector-rules/compare/0.4.0...1.0.0 -[1.0.0...main]: https://github.com/ergebnis/rector-rules/compare/1.0.0...main +[1.0.0...1.0.1]: https://github.com/ergebnis/rector-rules/compare/1.0.0...1.0.1 +[1.0.1...main]: https://github.com/ergebnis/rector-rules/compare/1.0.1...main [#1]: https://github.com/ergebnis/rector-rules/pull/1 [#3]: https://github.com/ergebnis/rector-rules/pull/3