From e8ddd059dc4b75b9b5e28ff3cc882f39bcc5bbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 3 Nov 2020 19:07:31 +0100 Subject: [PATCH] Fix: Tag --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e25ba2..d84d79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,8 @@ For a full diff see [`c0c63bb...1.0.0`][c0c63bb...1.0.0]. * Extracted named constructors `Ergebnis\Environment\FakeVariables::empty()` and `Ergebnis\Environment\FakeVariables::fromArray()` ([#19]), by [@localheinz] * Extracted named constructors `Ergebnis\Environment\ReadOnlyVariables::empty()` and `Ergebnis\Environment\ReadOnlyVariables::fromArray()` ([#20]), by [@localheinz] -[1.0.0]: https://github.com/ergebnis/phpstan-rules/releases/tag/0.1.0 +[1.0.0]: https://github.com/ergebnis/phpstan-rules/releases/tag/1.0.0 +[1.1.0]: https://github.com/ergebnis/phpstan-rules/releases/tag/1.1.0 [c0c63bb...1.0.0]: https://github.com/ergebnis/environment-variables/compare/c0c63bb...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/environment-variables/compare/1.0.0...1.1.0