From 54c59c0b9688fa59567bfc8988fe59b8315ce9d8 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 11 Feb 2022 16:25:08 -0500 Subject: [PATCH] Release v4.2.0 (#223) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52845ec89..61eefe5faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change history for stripes-testing +## [4.2.0](https://github.com/folio-org/stripes-testing/tree/v4.2.0) (2022-02-11) +[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v4.0.0...v4.2.0) + * Implement e-2-e automation of test case C4059. Refs FAT-810. * Implement e-2-e automation of test case C4061. Refs FAT-807. * Export `dispatchFocusout` from `util` so that other Interactors can make use of it. Refs STSMACOM-541.