From af0152d4e37da83c1070c8fc43d4c5e27c902f69 Mon Sep 17 00:00:00 2001 From: Rex Hoffman Date: Fri, 8 Jun 2012 09:38:14 -0700 Subject: [PATCH] Use the right release number --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 826a11bd34..5f2a5a95d6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -## [1.0.8](https://github.com/cucumber/cucumber-jvm/compare/v1.0.7...v1.0.8) +## [1.0.9](https://github.com/cucumber/cucumber-jvm/compare/v1.0.7...v1.0.8) * [Core] Exceptions thrown from a step definition are no longer wrapped in CucumberException. (Aslak Hellesøy) * [Core] Fixed regression: PendingException was causing steps to fail instead of pending. ([#328](https://github.com/cucumber/cucumber-jvm/issues/328) Aslak Hellesøy)