Skip to content

Commit 72d9712

Browse files
authored
Merge pull request #64 from davidgf/v0.4.8
Release v0.4.8
2 parents 5f0c612 + b8e7605 commit 72d9712

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
# 0.4.8 (28.07.2019)
2+
- Add support for IoT rules
3+
4+
# 0.4.7 (01.04.2019)
5+
- Add support for CloudWatch Logs events
6+
- Add support for SNS Subscriptions with filter policies
7+
18
# 0.4.6 (14.02.2019)
2-
- Add support for CloudWatchEvents
9+
- Add support for CloudWatch Events
310

411
# 0.4.5 (14.01.2019)
512
- Allow configuring CodeDeploy triggers

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ For now, the plugin only works with Lambda functions invoked by
115115
* S3 events
116116
* CloudWatch Scheduled events
117117
* CloudWatch Logs
118+
* IoT rules
118119

119120
[More events](https://serverless.com/framework/docs/providers/aws/events/) will be added soon.
120121

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