diff --git a/CHANGELOG.md b/CHANGELOG.md index d5705d7..f77bb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.3.0+9 (2025-08-04) + +### Breaking Changes +No breaking changes found. + +### Features +- (#45f6db9) Updates local reception record status +- (#c231790) Implements backorder confirmation flow for receptions +- (#4c18b05) Adds API for backorder confirmation flow + +### Bug Fixes +No bug fixes found. + +### Chores +- (#b4a73f1) Bumps package version + +### Refactors +No refactors found. + +### Style Changes +No style Changes found. + +### Miscellaneous +- (#bac7acc) enhance: Enhances backorder confirmation API + ## 0.2.3+8 (2025-07-31) ### Breaking Changes diff --git a/pubspec.yaml b/pubspec.yaml index 517b67a..04cf6f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.2.3+8 +version: 0.3.0+9 environment: sdk: ^3.8.1