diff --git a/CHANGELOG.md b/CHANGELOG.md index 36aa47d8..71421344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.25.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.24.1...v1.25.0) (2024-09-27) + + +### Features + +* add llama 3.2 ([90e6d07](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/90e6d077dc55b498b71928181065fc088acf943e)) + ## [1.24.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.24.0...v1.24.1) (2024-09-26) diff --git a/pyproject.toml b/pyproject.toml index b7a83040..ba2e2eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.24.1" +version = "1.25.0" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."