Skip to content

Commit 8b05ac9

Browse files
committed
Updating CHANGELOG.md and version for release.
1 parent 36883b6 commit 8b05ac9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log for aws-lambda-ses-forwarder
22

3+
## 3.2.0 [2017/2/18]
4+
5+
- Added capability to specify an email forwarding mapping based on a mailbox
6+
name across all domains (i.e. forward mail sent to `foo@*`).
7+
- Added documentation to resolve "Could not write to bucket" error.
8+
- Updating aws-sdk dependency to match AWS Lambda environment and other dev
9+
dependencies.
10+
311
## 3.1.0 [2016/9/24]
412

513
- Adding `subjectPrefix` configuration for adding a prefix string to the subject

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 3.1.0");
5+
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 3.2.0");
66

77
// Configure the S3 bucket and key prefix for stored raw emails, and the
88
// mapping of email addresses to forward from and to.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-ses-forwarder",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Serverless email forwarding using AWS Lambda and SES",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)