diff --git a/CHANGELOG.md b/CHANGELOG.md index 87860fbb..dd613838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.1-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.6.0...v0.6.1-beta.1) (2024-05-02) + + +### Bug Fixes + +* add to requirements.txt langchain-aws = "^0.1.2" ([1afa319](https://github.com/VinciGit00/Scrapegraph-ai/commit/1afa31910d25b2735abe0ad09dad433d6c2159fb)) + ## [0.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.2...v0.6.0) (2024-05-02) diff --git a/pyproject.toml b/pyproject.toml index f3503dce..b6f39b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "scrapegraphai" -version = "0.6.0" +version = "0.6.1b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."