Skip to content

Commit dee19ec

Browse files
committed
Updating CHANGELOG.md and versions for release.
1 parent 0e36fb2 commit dee19ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log for aws-lambda-ses-forwarder
22

3+
## 5.1.0 [2023/10/9]
4+
5+
- Updating documentation about using Node.js 16 or 18 AWS Lambda runtimes.
6+
- Updating tests to support Node.js 16 and later.
7+
38
## 5.0.0 [2020/6/27]
49

510
- Adding `allowPlusSign` configuration flag that when enabled ignores suffixes

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var AWS = require('aws-sdk');
44

5-
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 5.0.0");
5+
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 5.1.0");
66

77
// Configure the S3 bucket and key prefix for stored raw emails, and the
88
// mapping of email addresses to forward from and to.

0 commit comments

Comments
 (0)