Skip to content

Commit 729f9ba

Browse files
committed
Updating package.json and CHANGELOG.md for release.
1 parent d07ff21 commit 729f9ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 [2017/01/20]
4+
5+
- Allowing custom handlers to be provided through the configuration script.
6+
37
## 1.0.2 [2016/06/21]
48

59
- Improving test coverage.

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.0.2",
3+
"version": "1.1.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)