From db448c69bb0e40b5fe0c390fe24366d4d7a6ed56 Mon Sep 17 00:00:00 2001 From: Milos Chaloupka Date: Tue, 20 Jan 2026 20:46:13 -0800 Subject: [PATCH] Create 2.0.4 release --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2fd6c58..daf73e5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 2.0.4 (Released 2026/01/20) +* [Feature] Add support for Gherkin Rule keyword (issue #74) by @onurgumus + #### 2.0.3 (Released 2024/01/26) * [Feature] Makes `ScenarioInformation` available to step implementations through arguments resolution (issue #49) * [Fix] Performance improvements when the used assembly contains many methods (issue #45)