Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgf committed Sep 9, 2021
1 parent e1d8713 commit 1a4bbf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.7.0 (09.09.2021)
- Generate a Deployment Group Name in the format of ${stackName}-${logicalId} to avoid a circular dependency when used with the aws-alerts plugin #135

# 0.6.0 (31.03.2021)
- Add config validator #102
- Replace deprecated AWS managed policy for codedeploy #116
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.6.0",
"version": "0.7.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 1a4bbf6

Please sign in to comment.