diff --git a/CHANGELOG.md b/CHANGELOG.md index f35beab0..e20b2de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.5-beta.1...v1.6.0-beta.1) (2024-06-02) + + +### Features + +* add forcing format as json ([5cfc101](https://github.com/VinciGit00/Scrapegraph-ai/commit/5cfc10178abf0b7a3e0b2229512396e243305438)) + ## [1.5.5-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.4...v1.5.5-beta.1) (2024-05-31) diff --git a/pyproject.toml b/pyproject.toml index a214c97d..39979007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.5b1" +version = "1.6.0b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."