diff --git a/CHANGELOG.md b/CHANGELOG.md index dfee90fb..adf8a12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.0-beta.12](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.11...v1.14.0-beta.12) (2024-08-20) + + +### Bug Fixes + +* **SearchNode:** prompt ([052f7d5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/052f7d5e66436c97e17491c00b86c382642490b6)) + ## [1.14.0-beta.11](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0-beta.10...v1.14.0-beta.11) (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index 31a2aef6..7c81e7d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.14.0b11" +version = "1.14.0b12" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."