diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3ec443..1241c41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-05-24) + + +### Bug Fixes + +* **kg:** removed unused nodes and utils ([5684578](https://github.com/VinciGit00/Scrapegraph-ai/commit/5684578fab635e862de58f7847ad736c6a57f766)) + ## [1.5.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-05-24) diff --git a/pyproject.toml b/pyproject.toml index 37b7a8cc..cbe57172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.0b2" +version = "1.5.0b3" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."