diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fba2091d..bc865ba7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.56.5](https://github.com/openfoodfacts/robotoff/compare/v1.56.4...v1.56.5) (2024-11-27) + + +### Bug Fixes + +* revert max_requests limit on gunicorn ([fbd9554](https://github.com/openfoodfacts/robotoff/commit/fbd9554257f56ca6a09cb840e0c1a176e00097dd)) + ## [1.56.4](https://github.com/openfoodfacts/robotoff/compare/v1.56.3...v1.56.4) (2024-11-26) diff --git a/pyproject.toml b/pyproject.toml index 90814b1bc8..f62a60c936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.56.4" +version = "1.56.5" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"