diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6ca00d50..12fba2091d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.56.4](https://github.com/openfoodfacts/robotoff/compare/v1.56.3...v1.56.4) (2024-11-26) + + +### Bug Fixes + +* increase max_requests to 500 ([b942c16](https://github.com/openfoodfacts/robotoff/commit/b942c16f4916f0a0d65b3e20f8ad7bbf24a10d72)) + ## [1.56.3](https://github.com/openfoodfacts/robotoff/compare/v1.56.2...v1.56.3) (2024-11-23) diff --git a/pyproject.toml b/pyproject.toml index 7b7f2a8393..90814b1bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.56.3" +version = "1.56.4" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"