diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a31ba7..4e0e98e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.3...v1.5.4) (2024-05-31) + + +### Bug Fixes + +* **3.9:** python 3.9 logging fix ([8be27ba](https://github.com/VinciGit00/Scrapegraph-ai/commit/8be27bad8022e75379309deccc8f6878ee1a362d)) + ## [1.5.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.2...v1.5.3) (2024-05-30) diff --git a/pyproject.toml b/pyproject.toml index a3ec3467..1bef8c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.3" +version = "1.5.4" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."