diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ce5a6..3e68a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -### UNRELEASED +### v3.2.2 * fix: handle missing checksum in API requests * fix: cleanup corrupted Redis mappings diff --git a/package-lock.json b/package-lock.json index 60fe50c..4fd649c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bbb-webhooks", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bbb-webhooks", - "version": "3.2.1", + "version": "3.2.2", "dependencies": { "bullmq": "4.17.0", "config": "^3.3.7", diff --git a/package.json b/package.json index df096c6..f17c620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbb-webhooks", - "version": "3.2.1", + "version": "3.2.2", "description": "A BigBlueButton mudule for events WebHooks", "type": "module", "scripts": {