diff --git a/CHANGELOG.md b/CHANGELOG.md index bc865ba7a4..572c740ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.56.6](https://github.com/openfoodfacts/robotoff/compare/v1.56.5...v1.56.6) (2024-12-01) + + +### Bug Fixes + +* fix Robotoff port numbers ([b7d95c3](https://github.com/openfoodfacts/robotoff/commit/b7d95c3551e6c5c9435ce0bea43ce52d83b8b29a)) + ## [1.56.5](https://github.com/openfoodfacts/robotoff/compare/v1.56.4...v1.56.5) (2024-11-27) diff --git a/pyproject.toml b/pyproject.toml index f62a60c936..ecfa4b356f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.56.5" +version = "1.56.6" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"