From 408ee49a58f6cbc4a2c0c1719f73a5517ac8906c Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 20 Nov 2023 17:19:29 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a174cf5025..29f821fdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.16.0-alpha.1](https://github.com/nocobase/nocobase/compare/v0.15.0-alpha.4...v0.16.0-alpha.1) - 2023-11-20 + +### Merged + +- refactor(cache): improve cache [`#3004`](https://github.com/nocobase/nocobase/pull/3004) +- fix: local storage base url [`#3063`](https://github.com/nocobase/nocobase/pull/3063) +- feat: show table definition [`#3061`](https://github.com/nocobase/nocobase/pull/3061) +- feat: mariadb support [`#3052`](https://github.com/nocobase/nocobase/pull/3052) +- fix(plugin-workflow): client minor fixes [`#3062`](https://github.com/nocobase/nocobase/pull/3062) +- chore: view inference [`#3060`](https://github.com/nocobase/nocobase/pull/3060) +- fix: sort by association collection [`#3058`](https://github.com/nocobase/nocobase/pull/3058) + +### Commits + +- chore(versions): 😊 publish v0.16.0-alpha.1 [`91053b3`](https://github.com/nocobase/nocobase/commit/91053b31efc1038b710deebc874dab4ac5d797f3) +- chore: update changelog [`635dcfd`](https://github.com/nocobase/nocobase/commit/635dcfdbd5873479d1e191faacf956c5f9f25411) + ## [v0.15.0-alpha.4](https://github.com/nocobase/nocobase/compare/v0.15.0-alpha.3...v0.15.0-alpha.4) - 2023-11-18 ### Merged