Skip to content

Commit

Permalink
Updating CHANGELOG.md and version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Mar 30, 2016
1 parent 7db4db9 commit 01e9b6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log for aws-lambda-ses-forwarder

## 2.2.0 [2016/3/30]

- Removing all DKIM-Signature headers to prevent errors when forwarding or DKIM
verification issues when received.
- Updating the email processing to remove any Sender header and to only add a
Reply-To header if one does not already exist.

## 2.1.0 [2016/3/22]

- Allowing the log function to be overridden.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 2.0.0");
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 2.2.0");

// Configure the S3 bucket and key prefix for stored raw emails, and the
// mapping of email addresses to forward from and to.
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": "2.1.0",
"version": "2.2.0",
"description": "An AWS Lambda Node.js script that uses the inbound and outbound capabilities of AWS Simple Email Service (SES) to run a serverless email forwarding service.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 01e9b6e

Please sign in to comment.