We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cafa60 commit 275f2c6Copy full SHA for 275f2c6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.1 (16.04.2018)
2
+- Add configurable Role for CodeDeploy
3
+
4
# 0.4.0 (09.04.2018)
5
- Add support for S3 events
6
- Fix bug that prevented `custom` section in `serverless.yml` to be empty
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.4.0",
+ "version": "0.4.1",
7
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments