diff --git a/CHANGELOG.md b/CHANGELOG.md index b5146265..cd9d1a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.6...v1.5.7) (2024-06-06) + + +### Bug Fixes + +* update openai tts class ([10672d6](https://github.com/VinciGit00/Scrapegraph-ai/commit/10672d6ebb06d950bbf8b66cc9a2d420c183013d)) + ## [1.5.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.5...v1.5.6) (2024-06-05) diff --git a/pyproject.toml b/pyproject.toml index e7328849..1cfa2443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.6" +version = "1.5.7" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."