diff --git a/HISTORY.md b/HISTORY.md index 41595eb..aa32d7f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 1.0.1 (2024-01-18) +## Bugfixes +- squishserver module - fix handling of the host, port, and location of the target squishserver (#48) + # 1.0.0 (2023-09-20) ## New Features - squishserver module - allows managing squishservers and (un)registering AUTs directly from your tests (#18) diff --git a/pyproject.toml b/pyproject.toml index b3abb7a..25069ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ namespaces = false [project] name = "squape" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Cyber Alpaca", email="contact@cyberalpaca.com" }, ]