diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc5d288..294bbc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.34.0-beta.15](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.0-beta.14...v1.34.0-beta.15) (2025-01-03) + + +### Bug Fixes + +* search graph ([d4b2679](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/d4b26796d94d314af135d2d1bbd538e1d4be7593)) + ## [1.34.0-beta.14](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.34.0-beta.13...v1.34.0-beta.14) (2025-01-03) diff --git a/pyproject.toml b/pyproject.toml index 7b795ee8..3b65d84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scrapegraphai" -version = "1.34.0b14" +version = "1.34.0b15" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [