Skip to content

Commit

Permalink
v1.1.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinstewart authored Sep 28, 2022
1 parent 75f23d9 commit ada4899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**v1.1.0 SignatureVersion 2 Support**
- added support for `SignatureVersion` 2
- added badges to README.md from sonarcloud.io
- removed redundant code in tests

**v1.0.4 Interface Bug**
- include the interface directly in the module.
- fix spelling of CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sns-payload-validator",
"version": "1.0.4",
"version": "1.1.0",
"description": "Node.js library that validates an AWS SNS payload of an HTTP/S POST or Lambda.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ada4899

Please sign in to comment.