Skip to content

Commit 45b58ef

Browse files
authored
Release v0.7.1 (#143)
* Rename test files * Release v0.7.1
1 parent 5053d2f commit 45b58ef

File tree

5 files changed

+5
-1
lines changed

5 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.7.1 (14.11.2021)
2+
- Truncate deployment group name to 100 characters #139
3+
- Add lambda permission to support function name ref #141
4+
15
# 0.7.0 (09.09.2021)
26
- Generate a Deployment Group Name in the format of ${stackName}-${logicalId} to avoid a circular dependency when used with the aws-alerts plugin #135
37

File renamed without changes.
File renamed without changes.
File renamed without changes.

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.7.0",
6+
"version": "0.7.1",
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)