From 78f03b7b20aa553c37cc7ea3b71d8b6787e5ce46 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:51:39 +0100 Subject: [PATCH] chore(main): release 1.56.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb229db..443cd81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.56.0](https://github.com/openfoodfacts/open-prices/compare/v1.55.1...v1.56.0) (2024-12-17) + + +### Features + +* add `price_tag` table and routes ([#628](https://github.com/openfoodfacts/open-prices/issues/628)) ([fe3f745](https://github.com/openfoodfacts/open-prices/commit/fe3f74529f902ec5b74608469098f3e916f0d06a)) +* create price tags from the object detector model ([#629](https://github.com/openfoodfacts/open-prices/issues/629)) ([a0c4741](https://github.com/openfoodfacts/open-prices/commit/a0c4741ab5b50a557c71e01d9fb3f5dbc14ecdbf)) + + +### Bug Fixes + +* fix script that runs ML models for proofs without predictions ([#627](https://github.com/openfoodfacts/open-prices/issues/627)) ([c825d2c](https://github.com/openfoodfacts/open-prices/commit/c825d2c23aed60dc180861df0130b4f325bb3463)) + + +### Technical + +* pass ENVIRONMENT envvar to services ([#625](https://github.com/openfoodfacts/open-prices/issues/625)) ([59f9cd6](https://github.com/openfoodfacts/open-prices/commit/59f9cd606b2d16fb5c0613f2d35194e066b901ed)) +* update redis default stream name ([824a389](https://github.com/openfoodfacts/open-prices/commit/824a3895ecd058b6539ef8e5d99f016a1de8bbbb)) + ## [1.55.1](https://github.com/openfoodfacts/open-prices/compare/v1.55.0...v1.55.1) (2024-12-12)