diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa6c032..776660d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.0-beta.8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.7...v1.13.0-beta.8) (2024-08-09) + + +### Bug Fixes + +* broken node ([1272273](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/127227349915deeb0dede34aa575ad269ed7cbe3)) + ## [1.13.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.13.0-beta.6...v1.13.0-beta.7) (2024-08-09) diff --git a/pyproject.toml b/pyproject.toml index 866c3a4a..cd985243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.13.0b7" +version = "1.13.0b8" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."