diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fdf47..b7aeb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.10.0 (2024-02-06) + +### Feature + +* feat: release ([`2ba2e3e`](https://github.com/m9810223/playwright-async-pytest/commit/2ba2e3ec1b92addf295b2a0968c0939a0c39a8d4)) + + ## v0.9.0 (2024-02-06) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b5decee..2985830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = { text = "MIT" } name = "pytest-playwright-async" readme = "README.md" requires-python = ">=3.8,<3.13" -version = "0.9.0" +version = "0.10.0" [project.urls] Homepage = "https://github.com/m9810223/playwright-async-pytest"