diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab78743..63d3fbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0...v1.6.1) (2024-06-15) + + +### Bug Fixes + +* removed duplicate from ollama dictionary ([dcd216e](https://github.com/VinciGit00/Scrapegraph-ai/commit/dcd216e3457bdbbbc7b8dc27783866b748e322fa)) + ## [1.6.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.7...v1.6.0) (2024-06-09) diff --git a/pyproject.toml b/pyproject.toml index 73039f64..bfbdeba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.6.0" +version = "1.6.1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."