From ca01b7df5c7b41321b71731f79424dd7ff4b8828 Mon Sep 17 00:00:00 2001 From: yaozm Date: Fri, 13 Oct 2023 15:35:54 +0800 Subject: [PATCH] chore(release): 2.0.0-rc2 --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a14f1..e3fdde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,29 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.0.0-rc2] - 2023-10-13 +### Feat +- **src:** Add initConfig method +- **tests:** Install and enable login captcha extension + +### Fix +- **tests:** Update test database + +### Refactor +- **setting:** remove unused handle method +- **tests:** Refactor defineDatabaseMigrations method + +### Test +- **FeatureTest:** can generate login captcha +- **Support:** can check login captcha +- **TestCase:** Fix database migrations + +### Pull Requests +- Merge pull request [#37](https://github.com/guanguans/monorepo-builder-worker/issues/37) from guanguans/dependabot/github_actions/actions/checkout-4 + - Merge pull request [#38](https://github.com/guanguans/monorepo-builder-worker/issues/38) from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5 + + ## [2.0.0-rc1] - 2023-10-09 ### Docs @@ -147,7 +170,8 @@ All notable changes to this project will be documented in this file. - Merge pull request [#2](https://github.com/guanguans/monorepo-builder-worker/issues/2) from guanguans/dependabot/composer/overtrue/phplint-tw-2.3or-tw-3.0 -[Unreleased]: https://github.com/guanguans/monorepo-builder-worker/compare/2.0.0-rc1...HEAD +[Unreleased]: https://github.com/guanguans/monorepo-builder-worker/compare/2.0.0-rc2...HEAD +[2.0.0-rc2]: https://github.com/guanguans/monorepo-builder-worker/compare/2.0.0-rc1...2.0.0-rc2 [2.0.0-rc1]: https://github.com/guanguans/monorepo-builder-worker/compare/v1.1.0...2.0.0-rc1 [v1.1.0]: https://github.com/guanguans/monorepo-builder-worker/compare/v1.0.19...v1.1.0 [v1.0.19]: https://github.com/guanguans/monorepo-builder-worker/compare/v1.0.18...v1.0.19