From 1139fa89aa34a1c686a0f59930df40e53f0533cf Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Tue, 26 Feb 2019 08:42:53 -0500 Subject: [PATCH] chore(release): Prep initial changelog for 0.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1838d77 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# 0.1.0 (2019-02-26) + +This is the initial release of `@silvermine/lambda-express`. It is fully-functional and +well-tested. It works with both API Gateway and Application Load Balancer. We are still +planning to add a few more features before we cut a 1.0.0 release. You can grep the code +for "TODO" items at commit 1d4f33e to see the list of those potential features and +changes.