diff --git a/CHANGELOG.md b/CHANGELOG.md index 63eb6250..ac4e94f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.2...v1.9.0-beta.3) (2024-07-12) + + +### Bug Fixes + +* solve a burr integration ([881290b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/881290b5066b39c505532656671fbf65f8fc312c)) + ## [1.9.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.9.0-beta.1...v1.9.0-beta.2) (2024-07-05) diff --git a/pyproject.toml b/pyproject.toml index 30dad8df..2de923c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.9.0b2" +version = "1.9.0b3" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."