diff --git a/CHANGELOG.md b/CHANGELOG.md index 58da059b..903f63d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.0-beta.10](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.9...v1.17.0-beta.10) (2024-09-07) + + +### Bug Fixes + +* screenshot_scraper ([ef7a589](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ef7a5891dcb1b4ed8a97947f5563fa78af917ecb)) + ## [1.17.0-beta.9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.17.0-beta.8...v1.17.0-beta.9) (2024-09-06) diff --git a/pyproject.toml b/pyproject.toml index 4f1f0f37..e02b2853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.17.0b9" +version = "1.17.0b10" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [