Skip to content

Commit e6a3423

Browse files
chore(master): release 3.22.0
1 parent 53b2c42 commit e6a3423

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.22.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.21.0...v3.22.0) (2025-04-28)
4+
5+
6+
### Features
7+
8+
* 1066 - new parameters for proof upload ([#1071](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1071)) ([53b2c42](https://github.com/openfoodfacts/openfoodfacts-dart/commit/53b2c4216ee52ac2464d191d288c311fe6bc8757))
9+
* add additional parameters to PriceUser model ([#1065](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1065)) ([14174ef](https://github.com/openfoodfacts/openfoodfacts-dart/commit/14174ef6fc347266acedf3e33475ac969f772437))
10+
* Add flexibility to PriceTotalStats ([#1059](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1059)) ([3f29110](https://github.com/openfoodfacts/openfoodfacts-dart/commit/3f291104bdc497b4db9345af2b08627996bd35d0))
11+
* Add iso3Code field to OpenFoodFactsCountry enum per [#1067](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1067) ([#1068](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1068)) ([03c0e4e](https://github.com/openfoodfacts/openfoodfacts-dart/commit/03c0e4e3fdccc7de74dcd105d53b2706779e0874))
12+
* Added kind parameter to getPricesParameters and getProofsParameters ([#1064](https://github.com/openfoodfacts/openfoodfacts-dart/issues/1064)) ([cac6076](https://github.com/openfoodfacts/openfoodfacts-dart/commit/cac6076dd9a830e8d00f143e49d5b07ef6c81d3d))
13+
314
## [3.21.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.20.0...v3.21.0) (2025-03-29)
415

516

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: openfoodfacts
22
description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone.
33
# The version is automatically, temporarily increased by the release workflow, changing it manually has no effect.
4-
version: 3.21.0
4+
version: 3.22.0
55
homepage: https://github.com/openfoodfacts/openfoodfacts-dart
66

77
environment:

0 commit comments

Comments
 (0)