Skip to content

Commit 95c591f

Browse files
authored
Merge pull request #148 from davidgf/v0.8.0
Release v0.8.0
2 parents 81e6679 + b18ee10 commit 95c591f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.0 (11.04.2022)
2+
- Add support for AppSync #144
3+
14
# 0.7.1 (14.11.2021)
25
- Truncate deployment group name to 100 characters #139
36
- Add lambda permission to support function name ref #141

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