From cf3eb9d87722aeab2fc7af2418159c94446a65e9 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Sun, 21 Dec 2025 15:06:14 -0500 Subject: [PATCH] chore: update changelog for v0.4.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261316d..ab23d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [our coding standards][commit-messages] for commit guidelines. +## [0.4.0](https://github.com/silvermine/lambda-express/compare/v0.3.1...v0.4.0) (2025-12-21) + + +### Features + +* add support for promise-based handlers ([f936fe0](https://github.com/silvermine/lambda-express/commit/f936fe07fdbac0f8eaff9deec64e15e2cbeca1a5)) + + ### [0.3.1](https://github.com/silvermine/lambda-express/compare/v0.3.0...v0.3.1) (2022-12-23)