diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8619f3..43fd0d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Jwt verfiy +- Pin sort +- Pin order + +### Features + +- Post pin + +### Miscellaneous Tasks + +- Cleanup + +## [3.30.0-alpha.1] - 2022-06-11 + +### Bug Fixes + - Resolution dependency to reduce size - Update dependency cos-nodejs-sdk-v5 to v2.11.10 - Idempotence pending status (#566) @@ -34,6 +50,10 @@ All notable changes to this project will be documented in this file. - Add case for jwt +### Release + +- V3.30.0-alpha.1 + ## [3.30.0-alpha.0] - 2022-06-09 ### Bug Fixes diff --git a/package.json b/package.json index f2d24ecb..24030118 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/mx-server", - "version": "3.30.0-alpha.1", + "version": "3.30.0", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.19.3" + "version": "3.19.5" }, "husky": { "hooks": {