From a484ff080a3f700443c2860f77236d0a0077fcf7 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Wed, 9 Oct 2019 16:46:08 -0700 Subject: [PATCH] Flank v8 --- release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_notes.md b/release_notes.md index d2516d9dd8..13d5df9072 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,7 @@ ## next (unreleased) +## v8.0.0 + - [#595](https://github.com/TestArmada/flank/pull/595) Rename `flaky-test-attempts` to `num-flaky-test-attempts`. Rename `repeat-tests` to `num-test-runs`. ([bootstraponline](https://github.com/bootstraponline)) - [#605](https://github.com/TestArmada/flank/pull/605) Improve exit code logging. Use matrix outcome to set exit code. ([bootstraponline](https://github.com/bootstraponline)) - [#597](https://github.com/TestArmada/flank/pull/597) Support parsing testLabExecutionId. ([yogurtearl](https://github.com/yogurtearl))