Skip to content

Commit

Permalink
Updating CHANGELOG.md and package.json for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Jun 20, 2017
1 parent bcaff40 commit e417ce0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Change Log for aws-lambda-ses-forwarder

## 4.1.0
## 4.2.0 [2017/6/20]

- Removing `Message-ID` header from messages to fix `InvalidParameterValue:
Duplicate header 'Message-ID'` errors.
- Fixing handling of multiline `From` headers to fix `InvalidParameterValue:
Extra route-addr` errors.
- Updating documentation for SES endpoints.
- Updating aws-sdk dependency to match AWS Lambda environment.

## 4.1.0 [2017/3/10]

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

## 4.0.0
## 4.0.0 [2017/2/22]

- Updated for the Node.js 4.3 runtime.
- Refactored steps to use promises.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-ses-forwarder",
"version": "4.1.0",
"version": "4.2.0",
"description": "Serverless email forwarding using AWS Lambda and SES",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e417ce0

Please sign in to comment.