diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0f88c..c2376dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 94a8ff0..fb3e9e0 100644 --- a/package.json +++ b/package.json @@ -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": {