Skip to content

Commit 01667ef

Browse files
authored
Merge pull request #119 from davidgf/v0.6.0
Release v0.6.0
2 parents 3c29abc + d00df74 commit 01667ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 0.5.0 (09.02.2021)
26
- Add support for API Gateway v2 #72
37
- Update CodeDeploy default policy to AWSCodeDeployRoleForLambdaLimited #98

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=4.0"
55
},
6-
"version": "0.5.0",
6+
"version": "0.6.0",
77
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
88
"main": "serverless-plugin-canary-deployments.js",
99
"scripts": {

0 commit comments

Comments
 (0)