Skip to content

Commit

Permalink
Merge pull request #64 from davidgf/v0.4.8
Browse files Browse the repository at this point in the history
Release v0.4.8
  • Loading branch information
davidgf committed Jul 28, 2019
2 parents 5f0c612 + b8e7605 commit 72d9712
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 0.4.8 (28.07.2019)
- Add support for IoT rules

# 0.4.7 (01.04.2019)
- Add support for CloudWatch Logs events
- Add support for SNS Subscriptions with filter policies

# 0.4.6 (14.02.2019)
- Add support for CloudWatchEvents
- Add support for CloudWatch Events

# 0.4.5 (14.01.2019)
- Allow configuring CodeDeploy triggers
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ For now, the plugin only works with Lambda functions invoked by
* S3 events
* CloudWatch Scheduled events
* CloudWatch Logs
* IoT rules

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

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.4.7",
"version": "0.4.8",
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
"main": "serverless-plugin-canary-deployments.js",
"scripts": {
Expand Down

0 comments on commit 72d9712

Please sign in to comment.