diff --git a/Boa.Constrictor.Selenium/CHANGELOG.md b/Boa.Constrictor.Selenium/CHANGELOG.md index 136e1a8..7f53fdd 100644 --- a/Boa.Constrictor.Selenium/CHANGELOG.md +++ b/Boa.Constrictor.Selenium/CHANGELOG.md @@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -(none) +### Added + +- Added `CloseWebDriver` to `Boa.Constrictor.Screenplay` to enable closing the active window or tab ## [4.1.0] - 2024-01-29 diff --git a/Boa.Constrictor.Xunit/CHANGELOG.md b/Boa.Constrictor.Xunit/CHANGELOG.md index 2cb5222..062ae15 100644 --- a/Boa.Constrictor.Xunit/CHANGELOG.md +++ b/Boa.Constrictor.Xunit/CHANGELOG.md @@ -5,11 +5,11 @@ This file documents all notable changes to the Boa.Constrictor.Xunit project and Its format is based on Keep a Changelog, and this project adheres to Semantic Versioning. ## [Unreleased] -### Added -- Added `CloseWebDriver` to `Boa.Constrictor.Screenplay` to enable closing the active window or tab +(none) ## [4.1.0] - 2024-04-15 + ### Added - Added `MessageSinkLogger` for logging in xUnit extensibility classes