diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8c6b69346..889b26120c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 1.40.0 (2019-03-28) + - [Align error logging](https://github.com/serverless/serverless/pull/5937) + - [Fixing minor typo](https://github.com/serverless/serverless/pull/5943) + - [Documentation tweak around shared authorizers](https://github.com/serverless/serverless/pull/5944) + - [Support for asynchronous lambda invocation with integration type AWS](https://github.com/serverless/serverless/pull/5898) + - [Add unit tests for getLocalAccessKey function](https://github.com/serverless/serverless/pull/5948) + - [Document changes from #4951](https://github.com/serverless/serverless/pull/5949) + - [Added ability to create custom stack names and API names](https://github.com/serverless/serverless/pull/4951) + - [Fixes #5188 "Failed to fetch the event types list due the error: API …](https://github.com/serverless/serverless/pull/5335) + - [Allow * in variable string literal defaults](https://github.com/serverless/serverless/pull/5640) + - [Add Serverless instanceId concept](https://github.com/serverless/serverless/pull/5926) + - [Doc: Include that APIGateway status code of async events](https://github.com/serverless/serverless/pull/5957) + - [Update npm dependencies](https://github.com/serverless/serverless/pull/5968) + +## Meta + - [Comparison since last release](https://github.com/serverless/serverless/compare/v1.39.1...v1.40.0) + + # 1.39.1 (2019-03-18) - [Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json"](https://github.com/serverless/serverless/pull/5936) diff --git a/package-lock.json b/package-lock.json index 33ce8a1fb1b..7687a9144af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.39.1", + "version": "1.40.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd902917373..0f1852670e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.39.1", + "version": "1.40.0", "engines": { "node": ">=4.0" },