From 2b84381589f55a10bd4481bee5247c02a8e7390e Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:34:36 +0200 Subject: [PATCH] chore(main): release 1.39.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a49078..770560b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.39.0](https://github.com/openfoodfacts/open-prices/compare/v1.38.0...v1.39.0) (2024-09-18) + + +### Features + +* **prices:** new querysets to calculate min, max & average ([#452](https://github.com/openfoodfacts/open-prices/issues/452)) ([ab9ed15](https://github.com/openfoodfacts/open-prices/commit/ab9ed15b0ddc7675ed4142edf1726595ecbd5bdd)) +* **prices:** new stats endpoint ([#454](https://github.com/openfoodfacts/open-prices/issues/454)) ([540feba](https://github.com/openfoodfacts/open-prices/commit/540febaf3dccdb8ade02b16f9c0ab0d28477ef89)) +* **products:** new properties to calculate price min, max & average ([#453](https://github.com/openfoodfacts/open-prices/issues/453)) ([f662710](https://github.com/openfoodfacts/open-prices/commit/f6627104125e13b879f95c91169fcf7e2bd9d7b1)) + + +### Bug Fixes + +* **Django:** fix daily import script (add source in updated fields). ref [#376](https://github.com/openfoodfacts/open-prices/issues/376) ([fe569d7](https://github.com/openfoodfacts/open-prices/commit/fe569d7a778da99ebe3fe81ad7b7ddf5bfdb9f09)) + + +### Technical + +* Autolabel some PRs ([#436](https://github.com/openfoodfacts/open-prices/issues/436)) ([c6122be](https://github.com/openfoodfacts/open-prices/commit/c6122be842a3b3cf2e4e6a5516381221b2e6823a)) + ## [1.38.0](https://github.com/openfoodfacts/open-prices/compare/v1.37.0...v1.38.0) (2024-09-15)