diff --git a/CHANGELOG.md b/CHANGELOG.md index f77bb95..10fe72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.4.0+10 (2025-08-04) + +### Breaking Changes +No breaking changes found. + +### Features +- (#0b4e504) Implements reception search page + +### Bug Fixes +No bug fixes found. + +### Chores +No chores found. + +### Refactors +No refactors found. + +### Style Changes +No style Changes found. + +### Miscellaneous +- (#d7587ba) enhance: Enhances reception search with highlighting and navigation +- (#0993349) improve: Improves search performance with debouncing +- (#d131928) enhance: Optimizes backorder dialog and fixes loading state + ## 0.3.0+9 (2025-08-04) ### Breaking Changes diff --git a/pubspec.yaml b/pubspec.yaml index 04cf6f9..ba485c3 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.3.0+9 +version: 0.4.0+10 environment: sdk: ^3.8.1