diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1dd84408..39a2d22294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.56.1](https://github.com/openfoodfacts/robotoff/compare/v1.56.0...v1.56.1) (2024-11-05) + + +### Bug Fixes + +* fix barcode filtering ([9d081a5](https://github.com/openfoodfacts/robotoff/commit/9d081a5c1fbc84250814d13b02ff49e4b2b5f43f)) +* fix Parquet dataset push to Hub ([#1458](https://github.com/openfoodfacts/robotoff/issues/1458)) ([87e0fce](https://github.com/openfoodfacts/robotoff/commit/87e0fce87f1740eabe978c1d46950aeb9dc81866)) + ## [1.56.0](https://github.com/openfoodfacts/robotoff/compare/v1.55.0...v1.56.0) (2024-10-29) diff --git a/pyproject.toml b/pyproject.toml index 07281fe934..ab9fa7a66e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.56.0" +version = "1.56.1" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"