Skip to content

Commit

Permalink
Merge pull request #119 from davidgf/v0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
davidgf committed Mar 31, 2021
2 parents 3c29abc + d00df74 commit 01667ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0 (31.03.2021)
- Add config validator #102
- Replace deprecated AWS managed policy for codedeploy #116

# 0.5.0 (09.02.2021)
- Add support for API Gateway v2 #72
- Update CodeDeploy default policy to AWSCodeDeployRoleForLambdaLimited #98
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"main": "serverless-plugin-canary-deployments.js",
"scripts": {
Expand Down

0 comments on commit 01667ef

Please sign in to comment.