From 270d6f24dd976786ce4a962c23889e3e4597cdbd Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:40:26 +0200 Subject: [PATCH] chore(main): release 1.38.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73716671..6839d905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.38.0](https://github.com/openfoodfacts/open-prices/compare/v1.37.0...v1.38.0) (2024-09-15) + + +### Features + +* **prices:** add API filter by labels_tags & origins_tags ([#449](https://github.com/openfoodfacts/open-prices/issues/449)) ([dab02ae](https://github.com/openfoodfacts/open-prices/commit/dab02ae2d1b402bd03d3482788958e74337a1eb3)) + + +### Bug Fixes + +* **Django:** fix babel currency list order ([#447](https://github.com/openfoodfacts/open-prices/issues/447)) ([4da6da2](https://github.com/openfoodfacts/open-prices/commit/4da6da2260dc3e7fb207738156743aafdc280606)) +* **Django:** fix daily import script (avoid unique_scans_n null). ref [#376](https://github.com/openfoodfacts/open-prices/issues/376) ([0656431](https://github.com/openfoodfacts/open-prices/commit/0656431c6e1ac38c31ab83944edd4631609e07b3)) +* **Django:** fix daily import script (seperate bulk_create & bulk_update). ref [#376](https://github.com/openfoodfacts/open-prices/issues/376) ([86b4729](https://github.com/openfoodfacts/open-prices/commit/86b472942e47aef47fa6e8aede69cef247019e3f)) + ## [1.37.0](https://github.com/openfoodfacts/open-prices/compare/v1.36.1...v1.37.0) (2024-09-12)