diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fdc00a..cddb901b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.0-beta.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.5...v1.6.0-beta.6) (2024-06-04) + + +### Features + +* refactoring of abstract graph ([fff89f4](https://github.com/VinciGit00/Scrapegraph-ai/commit/fff89f431f60b5caa4dd87643a1bb8895bf96d48)) + ## [1.6.0-beta.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.4...v1.6.0-beta.5) (2024-06-04) diff --git a/pyproject.toml b/pyproject.toml index 658fef90..b4f47fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.6.0b5" +version = "1.6.0b6" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."