From 87f2f59ded167cdc7b95fe591c46bceeaea28fab Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:26:59 +0100 Subject: [PATCH] chore(master): release 3.5.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7991494f..4c70653efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.5.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.4.0...v3.5.0) (2024-03-12) + + +### Features + +* 831 - more parameters for the "get prices" API query ([#886](https://github.com/openfoodfacts/openfoodfacts-dart/issues/886)) ([820d145](https://github.com/openfoodfacts/openfoodfacts-dart/commit/820d145ca11d1a36ecbc800d61ce0a866aee78a1)) +* 831 - new price methods like add price and upload proof ([#884](https://github.com/openfoodfacts/openfoodfacts-dart/issues/884)) ([7615fcb](https://github.com/openfoodfacts/openfoodfacts-dart/commit/7615fcb4c787f685169b7b2e9ef624ba064cdb6a)) +* 831 - Prices getLocation, getPriceProduct, getStatus methods ([#855](https://github.com/openfoodfacts/openfoodfacts-dart/issues/855)) ([e18080b](https://github.com/openfoodfacts/openfoodfacts-dart/commit/e18080bdd1bbe17da4bbd1857dc3e2240abff388)) + + +### Bug Fixes + +* folksonomy getProductTag may return 404 ([#881](https://github.com/openfoodfacts/openfoodfacts-dart/issues/881)) ([990cc67](https://github.com/openfoodfacts/openfoodfacts-dart/commit/990cc6707e80b9a89cbc822b6949b08fb8e2fa29)) + ## [3.4.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.3.3...v3.4.0) (2024-02-06) diff --git a/pubspec.yaml b/pubspec.yaml index 65ed332a37..eed9cf4fd8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: openfoodfacts description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone. # The version is automatically, temporarily increased by the release workflow, changing it manually has no effect. -version: 3.4.0 +version: 3.5.0 homepage: https://github.com/openfoodfacts/openfoodfacts-dart environment: