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 11, 2017
1 parent 5b23412 commit 6afc0c7
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

## 4.1.0

- 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

- Updated for the Node.js 4.3 runtime.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

console.log("AWS Lambda SES Forwarder // @arithmetric // Version 4.0.0");
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 4.1.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": "4.0.0",
"version": "4.1.0",
"description": "Serverless email forwarding using AWS Lambda and SES",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6afc0c7

Please sign in to comment.