We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b89c5 commit 78f647bCopy full SHA for 78f647b
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.5.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.1...v2.5.2) (2021-05-13)
2
+
3
4
+### Bug Fixes
5
6
+* Handle re-written URLs in HTTP signature validation ([#196](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/196)) ([69b89c5](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/69b89c52bba7386952590880a9a19484444c8f68))
7
8
## [2.5.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v2.5.0...v2.5.1) (2021-05-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@smartthings/smartapp",
- "version": "2.5.1",
+ "version": "2.5.2",
"description": "NodeJS SDK for SmartApps",
"displayName": "SmartThings SmartApp SDK for NodeJS",
"author": "SmartThings",
0 commit comments