diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e6f147..e99f6901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.3-beta.1...v1.5.3-beta.2) (2024-05-30) + + +### Bug Fixes + +* typo in prompt ([4639f0c](https://github.com/VinciGit00/Scrapegraph-ai/commit/4639f0cac5029c6802a6caded7103d247f4f06dd)) + ## [1.5.3-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.2...v1.5.3-beta.1) (2024-05-29) diff --git a/pyproject.toml b/pyproject.toml index 307912f6..5726de51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.3b1" +version = "1.5.3b2" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."