Skip to content

Commit

Permalink
Updating CHANGELOG.md and package.json for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Mar 22, 2016
1 parent 5e177b4 commit 84e6bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log for aws-lambda-ses-forwarder

## 2.1.0 [2016/3/22]

- Allowing the log function to be overridden.
- Reworking log output as structured data.

## 2.0.0 [2016/3/16]

- Major refactor for configurability and testability.
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.0.0",
"version": "2.1.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 84e6bb8

Please sign in to comment.