Skip to content

Commit

Permalink
Updating package.json and CHANGELOG.md for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Jun 19, 2016
1 parent ce6471a commit 353e2ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log for lambda-stash

## 1.0.1 [2016/06/19]

- Fixing parsing of CloudWatch Log messages.
- Fixing name of formatCloudtrail.spec.js test file.

## 1.0.0 [2016/06/18]

- Initial release of lambda-stash.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-stash",
"version": "1.0.0",
"version": "1.0.1",
"description": "AWS Lambda script for shipping data from S3 or other cloud data sources to data stores, like Elasticsearch",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 353e2ee

Please sign in to comment.