diff --git a/CHANGELOG.md b/CHANGELOG.md index f094fe11..01fdc00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Features + +* refactoring of an in if ([244aada](https://github.com/VinciGit00/Scrapegraph-ai/commit/244aada2de1f3bc88782fa90e604e8b936b79aa4)) + ## [1.6.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.3...v1.6.0-beta.4) (2024-06-03) diff --git a/pyproject.toml b/pyproject.toml index 8ec42255..658fef90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.6.0b4" +version = "1.6.0b5" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."