From f7a4c020005e336c5c355c8936d85d75db3f8eb0 Mon Sep 17 00:00:00 2001 From: Omar Barbosa Date: Thu, 19 Dec 2024 21:26:13 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da470a9..2958a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# Release Notes for 0.4.x + +## [v0.4.0 (2024-12-20)](https://github.com/phenixphp/phenix/compare/0.3.8...0.4.0) + +## Added +- Start server with file watcher. ([#72](https://github.com/phenixphp/phenix/pull/72)) +- CORS and validation layer. ([#71](https://github.com/phenixphp/phenix/pull/71)) + # Release Notes for 0.3.x ## [v0.3.8 (2023-10-10)](https://github.com/phenixphp/phenix/compare/0.3.7...0.3.8)