diff --git a/.changeset/gabby-gray-antelope.md b/.changeset/gabby-gray-antelope.md deleted file mode 100644 index ce883eba..00000000 --- a/.changeset/gabby-gray-antelope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Allow running browser in headless mode diff --git a/.changeset/magnetic-hedgehog-of-sunshine.md b/.changeset/magnetic-hedgehog-of-sunshine.md deleted file mode 100644 index 0eda57b3..00000000 --- a/.changeset/magnetic-hedgehog-of-sunshine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -bump litellm to 1.80.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 92609867..5fb783f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Stagehand Python Changelog +## 0.5.7 + +### Patch Changes + +[#234](https://github.com/browserbase/stagehand-python/pull/234) [`f978db2`](https://github.com/browserbase/stagehand-python/commit/f978db2) Thanks @shrey150! - bump litellm to 1.80.0 +[#234](https://github.com/browserbase/stagehand-python/pull/234) [`f978db2`](https://github.com/browserbase/stagehand-python/commit/f978db2) Thanks @shrey150! - Allow running browser in headless mode + ## 0.5.6 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index bae49374..522d1b39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.6" +version = "0.5.7" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]