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 Sep 24, 2016
1 parent 92e9b36 commit 7f09198
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log for aws-lambda-ses-forwarder

## 3.1.0 [2016/9/24]

- Adding `subjectPrefix` configuration for adding a prefix string to the subject
of forwarded email.
- Updating regex match for the Reply-To header to be case insensitive to support
email sent with a Reply-to header.
- Fixing how libraries are loaded to improve performance.

## 3.0.0 [2016/5/14]

- Adding capability to specify an email forwarding mapping that acts as a
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 3.0.0");
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 3.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": "3.0.0",
"version": "3.1.0",
"description": "Serverless email forwarding using AWS Lambda and SES",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f09198

Please sign in to comment.