Skip to content

Commit 6afc0c7

Browse files
committed
Updating CHANGELOG.md and version for release.
1 parent 5b23412 commit 6afc0c7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 4.1.0
4+
5+
- Added `toEmail` configuration for replacing the `To` header recipient to a
6+
defined email address.
7+
- Changed AWS.S3() implementation to use signature version v4 for compatibility
8+
with S3 EU-based regions.
9+
310
## 4.0.0
411

512
- Updated for the Node.js 4.3 runtime.

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 4.0.0");
5+
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 4.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-ses-forwarder",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Serverless email forwarding using AWS Lambda and SES",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)