diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f30b6fc4..1d8ff1aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 1.5.1 (19.01.2017) + +## Bug Fixes +- Fix bug with multi line values is given in IoT events (#3095) +- Add support of numeric template creation path (#3064) +- Fix deployment bucket bug when using eu-west-1 (#3107) + +## Meta +- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.5.0...v1.5.1) + + # 1.5.0 (05.01.2017) ## Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d150bb43d..f07034a84 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.5.0", + "version": "1.5.1", "dependencies": { "agent-base": { "version": "2.0.1", diff --git a/package.json b/package.json index 4ca9249b6..35fb340cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.5.0", + "version": "1.5.1", "engines": { "node": ">=4.0" },