diff --git a/CHANGELOG.md b/CHANGELOG.md index c9169f04c..a7bd8b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.12.8 - 2023-11-14 + +### Added + +- Adding block assertions to strings. +- Allow partial matching of HTML content by xpath selectors. +- Add a shutdown handler to the installation script to prevent silent fatals. + +### Fixed + +- Ensure factories can be used with data providers. + ## v0.12.7 - 2023-10-02 ### Added