diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6c901d61..7849723232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.6.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.5.0...v3.6.0) (2024-04-19) + + +### Features + +* Allow to receive a cookie and send it later ([#911](https://github.com/openfoodfacts/openfoodfacts-dart/issues/911)) ([ff9c7a8](https://github.com/openfoodfacts/openfoodfacts-dart/commit/ff9c7a88fd04c402f32edebadc9f95ffafb03b7f)) + + +### Bug Fixes + +* auth label ([#912](https://github.com/openfoodfacts/openfoodfacts-dart/issues/912)) ([ceed92f](https://github.com/openfoodfacts/openfoodfacts-dart/commit/ceed92f20af5eb4e5e0b0dd409db79ad79d6e0e8)) + ## [3.5.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.4.0...v3.5.0) (2024-04-07) diff --git a/pubspec.yaml b/pubspec.yaml index eed9cf4fd8..e78d6c6288 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.5.0 +version: 3.6.0 homepage: https://github.com/openfoodfacts/openfoodfacts-dart environment: