From 12600b46609b2b02335857cbaed31f5fec2a5dfc Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 15 May 2024 15:53:51 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6341b4..f8df456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog ## Unreleased +## v0.6.0 + +### Changed +- [BREAKING] The default runtime for functions has been changed from Node 14 to Node 20. If you haven't explicitly declared the runtime in your function, this will change it to Node 20! + +## v0.4.0 + ### Changed - [BREAKING] Function naming algorithm was changed to support long prefixes, long function names, and previously invalid characters. This is a breaking change because the names of your current functions _might_ change with using the new naming scheme.