diff --git a/sandwich-webdriver/CHANGELOG.md b/sandwich-webdriver/CHANGELOG.md index 7408398e..edd27f55 100644 --- a/sandwich-webdriver/CHANGELOG.md +++ b/sandwich-webdriver/CHANGELOG.md @@ -2,6 +2,10 @@ # Unreleased +# 0.2.2.0 + +* Fix browser path calculation in addCommandLineOptionsToWdOptions + # 0.2.1.0 * Pass `--headless=new` instead of `--headless` for Chrome >= 110, to address https://www.selenium.dev/blog/2023/headless-is-going-away/. diff --git a/sandwich-webdriver/package.yaml b/sandwich-webdriver/package.yaml index 62df09d6..c251a66c 100644 --- a/sandwich-webdriver/package.yaml +++ b/sandwich-webdriver/package.yaml @@ -1,5 +1,5 @@ name: sandwich-webdriver -version: 0.2.1.0 +version: 0.2.2.0 github: "codedownio/sandwich" license: BSD3 author: "Tom McLaughlin" diff --git a/sandwich-webdriver/sandwich-webdriver.cabal b/sandwich-webdriver/sandwich-webdriver.cabal index 072f3330..b1d50a29 100644 --- a/sandwich-webdriver/sandwich-webdriver.cabal +++ b/sandwich-webdriver/sandwich-webdriver.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: sandwich-webdriver -version: 0.2.1.0 +version: 0.2.2.0 synopsis: Sandwich integration with Selenium WebDriver description: Please see the . category: Testing