Skip to content

Commit 0fef6fa

Browse files
authored
Merge pull request #112 from davidgf/v0.5.0
Release v0.5.0
2 parents e22ab1c + 0d93be0 commit 0fef6fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.4.8 (28.07.2019)
28
- Add support for IoT rules
39

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=4.0"
55
},
6-
"version": "0.4.8",
6+
"version": "0.5.0",
77
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
88
"main": "serverless-plugin-canary-deployments.js",
99
"scripts": {
@@ -61,4 +61,4 @@
6161
"afterEach"
6262
]
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)