diff --git a/.version b/.version index c5523bd..6633391 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.17.0 +0.18.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab60f4..14b3c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.17.0...v) (2024-11-28) + + +### Features + +* add option to disable TLS for email sending ([f9fa2c6](https://github.com/stonith404/pocket-id/commit/f9fa2c6706a8bf949fe5efd6664dec8c80e18659)) +* allow empty user and password in SMTP configuration ([a9f4dad](https://github.com/stonith404/pocket-id/commit/a9f4dada321841d3611b15775307228b34e7793f)) + + +### Bug Fixes + +* email save toast shows two times ([f2bfc73](https://github.com/stonith404/pocket-id/commit/f2bfc731585ad7424eb8c4c41c18368fc0f75ffc)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.16.0...v) (2024-11-26) diff --git a/frontend/package.json b/frontend/package.json index 87e2aa6..75a08d4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.17.0", + "version": "0.18.0", "private": true, "scripts": { "dev": "vite dev --port 3000",