diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9d2b62..2b1fcc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 631c380..9fbfa43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v1.0.2...v1.1.0) (2024-07-18) + + +### Features + +* improve Redis API ([8f421e2](https://github.com/openfoodfacts/openfoodfacts-python/commit/8f421e20f1c8366f63578f123bc32565aca5b750)) + ## [1.0.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v1.0.1...v1.0.2) (2024-07-18) diff --git a/openfoodfacts/__init__.py b/openfoodfacts/__init__.py index dc0ab72..7383998 100644 --- a/openfoodfacts/__init__.py +++ b/openfoodfacts/__init__.py @@ -27,4 +27,4 @@ "get_dataset", ] -__version__ = "1.0.2" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 99118ba..e9565f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openfoodfacts" -version = "1.0.2" +version = "1.1.0" description = "Official Python SDK of Open Food Facts" authors = ["The Open Food Facts team"] license = "Apache 2.0"