diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d48c27..b5146265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.5...v1.5.6) (2024-06-05) + + +### Bug Fixes + +* getter ([67d83cf](https://github.com/VinciGit00/Scrapegraph-ai/commit/67d83cff46d8ea606b8972c364ab4c56e6fa4fe4)) + ## [1.5.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.4...v1.5.5) (2024-06-05) diff --git a/pyproject.toml b/pyproject.toml index 15a9c789..e7328849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.5" +version = "1.5.6" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."