Skip to content

Commit e417ce0

Browse files
committed
Updating CHANGELOG.md and package.json for release.
1 parent bcaff40 commit e417ce0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

3-
## 4.1.0
3+
## 4.2.0 [2017/6/20]
4+
5+
- Removing `Message-ID` header from messages to fix `InvalidParameterValue:
6+
Duplicate header 'Message-ID'` errors.
7+
- Fixing handling of multiline `From` headers to fix `InvalidParameterValue:
8+
Extra route-addr` errors.
9+
- Updating documentation for SES endpoints.
10+
- Updating aws-sdk dependency to match AWS Lambda environment.
11+
12+
## 4.1.0 [2017/3/10]
413

514
- Added `toEmail` configuration for replacing the `To` header recipient to a
615
defined email address.
716
- Changed AWS.S3() implementation to use signature version v4 for compatibility
817
with S3 EU-based regions.
918

10-
## 4.0.0
19+
## 4.0.0 [2017/2/22]
1120

1221
- Updated for the Node.js 4.3 runtime.
1322
- Refactored steps to use promises.

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.1.0",
3+
"version": "4.2.0",
44
"description": "Serverless email forwarding using AWS Lambda and SES",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)