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 Feb 18, 2017
1 parent 36883b6 commit 8b05ac9
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.2.0 [2017/2/18]

- Added capability to specify an email forwarding mapping based on a mailbox
name across all domains (i.e. forward mail sent to `foo@*`).
- Added documentation to resolve "Could not write to bucket" error.
- Updating aws-sdk dependency to match AWS Lambda environment and other dev
dependencies.

## 3.1.0 [2016/9/24]

- Adding `subjectPrefix` configuration for adding a prefix string to the subject
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.1.0");
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 3.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": "3.1.0",
"version": "3.2.0",
"description": "Serverless email forwarding using AWS Lambda and SES",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b05ac9

Please sign in to comment.