diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb6940e4c1..cd5edc3bafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.62.0](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.61.0...v1.62.0) (2024-06-04) + + +### Features + +* **API:** send the app_name param in every API call ([#588](https://github.com/openfoodfacts/open-prices-frontend/issues/588)) ([5a6af2f](https://github.com/openfoodfacts/open-prices-frontend/commit/5a6af2fc8d8f06c059b83c25e4fd37b64b072710)) + + +### Bug Fixes + +* **API:** don't send Content-Type in headers when posting formdata. ref [#588](https://github.com/openfoodfacts/open-prices-frontend/issues/588) ([98fb2e3](https://github.com/openfoodfacts/open-prices-frontend/commit/98fb2e3199848db21184ecfc9d43e9dd263c51b6)) + ## [1.61.0](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.60.0...v1.61.0) (2024-05-31)