From c3ab36f6ce727f6b57bbba99fc7bfa11cbbc32f4 Mon Sep 17 00:00:00 2001 From: yaozm Date: Tue, 16 Jan 2024 16:22:33 +0800 Subject: [PATCH] chore(release): 4.0.2 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4daef..682a6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [4.0.2] - 2024-01-16 +### Docs +- Update README.md and README-zh_CN.md + +### Feat +- **composer:** add dump-soar command + +### Refactor +- **concerns:** improve magic methods + + ## [4.0.1] - 2024-01-16 ### Test @@ -424,7 +436,8 @@ All notable changes to this project will be documented in this file. ## v1.0.0 - 2019-07-04 -[Unreleased]: https://github.com/guanguans/soar-php/compare/4.0.1...HEAD +[Unreleased]: https://github.com/guanguans/soar-php/compare/4.0.2...HEAD +[4.0.2]: https://github.com/guanguans/soar-php/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/guanguans/soar-php/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/guanguans/soar-php/compare/3.5.0...4.0.0 [3.5.0]: https://github.com/guanguans/soar-php/compare/3.4.4...3.5.0