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.
2 parents e22ab1c + 0d93be0 commit 0fef6faCopy full SHA for 0fef6fa
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.5.0 (09.02.2021)
2
+- Add support for API Gateway v2 #72
3
+- Update CodeDeploy default policy to AWSCodeDeployRoleForLambdaLimited #98
4
+- Add support for IAM permissions boundaries #99
5
+- Patch in CodeDeploy permissions for hooks #110
6
+
7
# 0.4.8 (28.07.2019)
8
- Add support for IoT rules
9
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.4.8",
+ "version": "0.5.0",
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
"main": "serverless-plugin-canary-deployments.js",
"scripts": {
@@ -61,4 +61,4 @@
61
"afterEach"
62
]
63
}
64
-}
+}
0 commit comments