Skip to content

Commit

Permalink
release: 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Nov 28, 2024
1 parent 78c4334 commit 3b89cf6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [](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

* add missing backend validation for smtp configuration ([78c4334](https://github.com/stonith404/pocket-id/commit/78c4334e7e626da4c2d21e09cf8adb7953c788cf))
* 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)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",
Expand Down

0 comments on commit 3b89cf6

Please sign in to comment.