diff --git a/CHANGELOG.md b/CHANGELOG.md index e10b2ec45..20f490972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.0.0-alpha.5](https://github.com/nocobase/nocobase/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) - 2024-05-07 + +### Merged + +- feat(database): append default sort options into find [`#4231`](https://github.com/nocobase/nocobase/pull/4231) +- fix: switch date field of the linkage rule from expression to constant value display Invalid Date [`#4251`](https://github.com/nocobase/nocobase/pull/4251) +- fix: collection fields should refreshed after editing sync from database [`#4224`](https://github.com/nocobase/nocobase/pull/4224) + +### Commits + +- chore(versions): 😊 publish v1.0.0-alpha.5 [`3c3e68a`](https://github.com/nocobase/nocobase/commit/3c3e68acdc2a7696d17637ca1d19705ba16a23f6) +- chore: update changelog [`a5a270d`](https://github.com/nocobase/nocobase/commit/a5a270d64190814373df10f55c3ae7457f6d62a5) + ## [v1.0.0-alpha.4](https://github.com/nocobase/nocobase/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) - 2024-05-02 ### Merged