From 76bec4d8db63fc5eb1f6bc36ef09e2013a053756 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:44:59 +0200 Subject: [PATCH] chore(main): release 1.36.0 (#429) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f692c11a..badc456e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.36.0](https://github.com/openfoodfacts/open-prices/compare/v1.35.1...v1.36.0) (2024-09-11) + + +### Features + +* **Django:** add model init migrations ([#413](https://github.com/openfoodfacts/open-prices/issues/413)) ([8aabad6](https://github.com/openfoodfacts/open-prices/commit/8aabad60e95bd8ca51d16b1bb78310294d60eee8)) + + +### Technical + +* add model with_stats() queryset. Add tests ([5aa00e7](https://github.com/openfoodfacts/open-prices/commit/5aa00e7d6483a0f435f69bac8ec177f4aa39038e)) +* **stats:** new model update_price_count() methods ([#435](https://github.com/openfoodfacts/open-prices/issues/435)) ([b25146d](https://github.com/openfoodfacts/open-prices/commit/b25146ddca79f9bd75207131f7855b222abc3241)) +* **tests:** skip Product & Location post_save signals ([#434](https://github.com/openfoodfacts/open-prices/issues/434)) ([639cee6](https://github.com/openfoodfacts/open-prices/commit/639cee6ac17836a9da9e6ded712f3529446865d9)) +* Update github-projects.yml ([8d82664](https://github.com/openfoodfacts/open-prices/commit/8d826644fea2391bd9a20af973a2db3e2f164363)) + ## [1.35.1](https://github.com/openfoodfacts/open-prices/compare/v1.35.0...v1.35.1) (2024-09-06)