We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e6679 + b18ee10 commit 95c591fCopy full SHA for 95c591f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.8.0 (11.04.2022)
2
+- Add support for AppSync #144
3
+
4
# 0.7.1 (14.11.2021)
5
- Truncate deployment group name to 100 characters #139
6
- Add lambda permission to support function name ref #141
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.7.1",
+ "version": "0.8.0",
7
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments