diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d1adf96..4bfaf9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.12.8](https://github.com/mx-space/server-next/compare/v3.12.7...v3.12.8) (2022-01-06) + + +### Bug Fixes + +* delete note password field after compare ([8f6c644](https://github.com/mx-space/server-next/commit/8f6c6441c8ee9adcb350dc18292f06ad6c93b658)) +* get note timeline on with password note ([9826adc](https://github.com/mx-space/server-next/commit/9826adc156744a1e0f839b056581d10a1a3fd88e)) + + + ## [3.12.7](https://github.com/mx-space/server-next/compare/v3.12.6...v3.12.7) (2022-01-06) diff --git a/package.json b/package.json index 31e311ae..3550e3af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server-next", - "version": "3.12.7", + "version": "3.12.8", "description": "", "author": "Innei ", "private": true,