diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7dc2d..441c369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,12 @@ All notable changes to this project will be documented in this file. -### v3.2.0-beta.1 - -* fix(xapi): LRS credentials wouldn't persist in the database -* build: nodemon@3.1.4 - -### v3.2.0-beta.0 +### v3.2.0 * feat(xapi): add support for Basic auth via meta_secret-lrs-payload +* fix(xapi): LRS credentials wouldn't persist in the database * fix: remove cache-to from image push to make dockerhub images usable +* build: nodemon@3.1.4 * build: express@4.19.2 ### v3.1.0 diff --git a/package-lock.json b/package-lock.json index 696825a..782dd54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bbb-webhooks", - "version": "3.2.0-beta.1", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bbb-webhooks", - "version": "3.2.0-beta.1", + "version": "3.2.0", "dependencies": { "bullmq": "4.17.0", "config": "^3.3.7", diff --git a/package.json b/package.json index e5bc33c..c498f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbb-webhooks", - "version": "3.2.0-beta.1", + "version": "3.2.0", "description": "A BigBlueButton mudule for events WebHooks", "type": "module", "scripts": {