Skip to content

Commit 20705f5

Browse files
committed
Updating changelog and package.json for 2.0.0 release.
1 parent 57c11a7 commit 20705f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log for lambda-stash
22

3+
## 2.0.0 [2018/05/23]
4+
5+
- Adding support for ELB Classic Load Balancer (elbv1) and Application Load
6+
Balancer (elbv2) log formats.
7+
- Adding Elasticsearch requestTimeout configuration.
8+
- Fixing http-aws-es dependency.
9+
310
## 1.1.0 [2017/01/20]
411

512
- Allowing custom handlers to be provided through the configuration script.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-stash",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "AWS Lambda script for shipping data from S3 or other cloud data sources to data stores, like Elasticsearch",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)