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 3c29abc + d00df74 commit 01667efCopy full SHA for 01667ef
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.6.0 (31.03.2021)
2
+- Add config validator #102
3
+- Replace deprecated AWS managed policy for codedeploy #116
4
+
5
# 0.5.0 (09.02.2021)
6
- Add support for API Gateway v2 #72
7
- Update CodeDeploy default policy to AWSCodeDeployRoleForLambdaLimited #98
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments