diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 953adcb..f1f4f08 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.2](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.1...v4.3.2) (2024-01-03) + + +### Bug Fixes + +* corrections to handleHttp and handleUnverified ([#259](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/259)) ([4c55a98](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/4c55a987e549a67a2d4925e803458ba4a56566be)) + ## [4.3.1](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.3.0...v4.3.1) (2023-10-17) diff --git a/package.json b/package.json index fc60275..2cc738d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/smartapp", - "version": "4.3.1", + "version": "4.3.2", "description": "NodeJS SDK for SmartApps", "displayName": "SmartThings SmartApp SDK for NodeJS", "author": "SmartThings",