Skip to content

Commit

Permalink
Updating changelog and package.json for 2.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed May 24, 2018
1 parent 57c11a7 commit 20705f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log for lambda-stash

## 2.0.0 [2018/05/23]

- Adding support for ELB Classic Load Balancer (elbv1) and Application Load
Balancer (elbv2) log formats.
- Adding Elasticsearch requestTimeout configuration.
- Fixing http-aws-es dependency.

## 1.1.0 [2017/01/20]

- Allowing custom handlers to be provided through the configuration script.
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": "lambda-stash",
"version": "1.1.0",
"version": "2.0.0",
"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 20705f5

Please sign in to comment.