diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dece19..2bbf33b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.6...v1.14.0-beta.7) (2024-08-16) + + +### Bug Fixes + +* model count ([faef318](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/faef3186f795e950ade14bc8b6d8d1cea3afd327)) + ## [1.14.0-beta.6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.5...v1.14.0-beta.6) (2024-08-16) diff --git a/pyproject.toml b/pyproject.toml index 17a7470d..8152bea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.14.0b6" +version = "1.14.0b7" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."