diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb1efae..8b4bd954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.47.0](https://github.com/openfoodfacts/open-prices/compare/v1.46.0...v1.47.0) (2024-11-06) + + +### Features + +* **locations:** new source field to store the app name & version ([#546](https://github.com/openfoodfacts/open-prices/issues/546)) ([a9188c9](https://github.com/openfoodfacts/open-prices/commit/a9188c9307327e4b4b1fa57e1f4ebb97be72a327)) +* run OCR extraction on every new image ([#543](https://github.com/openfoodfacts/open-prices/issues/543)) ([77ed50b](https://github.com/openfoodfacts/open-prices/commit/77ed50bbaa3d4d19d4e67e3e716094af880b5679)) + + +### Bug Fixes + +* add types to functions and improve docstring in proofs/utils.py ([#540](https://github.com/openfoodfacts/open-prices/issues/540)) ([506bc4a](https://github.com/openfoodfacts/open-prices/commit/506bc4a838347d08ebf0f86d1bda620caa35f88f)) + + +### Technical + +* add CORS headers to images ([#545](https://github.com/openfoodfacts/open-prices/issues/545)) ([bd3709a](https://github.com/openfoodfacts/open-prices/commit/bd3709ac4251882427d4b6c85914741433e60534)) +* remove perform_create to simplify code ([2394940](https://github.com/openfoodfacts/open-prices/commit/2394940390fba31254d0db47bddf1dad81a535f0)) +* Update github-projects.yml ([d8d54d7](https://github.com/openfoodfacts/open-prices/commit/d8d54d74edca117012cf11dba6f3d071ea0ccf8a)) + ## [1.46.0](https://github.com/openfoodfacts/open-prices/compare/v1.45.1...v1.46.0) (2024-10-25)