diff --git a/.changeset/fuzzy-uppish-capybara.md b/.changeset/fuzzy-uppish-capybara.md deleted file mode 100644 index 256c81fd..00000000 --- a/.changeset/fuzzy-uppish-capybara.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Properly serialize os on browserbase session create params diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b49c8bb..92609867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stagehand Python Changelog +## 0.5.6 + +### Patch Changes + +[#232](https://github.com/browserbase/stagehand-python/pull/232) [`cea5af9`](https://github.com/browserbase/stagehand-python/commit/cea5af9) Thanks @miguelg719! - Properly serialize os on browserbase session create params + ## 0.5.5 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index b53f002d..e4fc9dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.5" +version = "0.5.6" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]