diff --git a/.version b/.version index 63e799cf..a4cc5571 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.14.1 +1.14.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 146d8af7..58196955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.14.2 + +### Bug Fixes + +- dark oidc client icons not saved on client creation ([#1057](https://github.com/pocket-id/pocket-id/pull/1057) by @mufeedali) + +### Other + +- add Turkish language files ([a190529](https://github.com/pocket-id/pocket-id/commit/a190529117fe20b5b836d452b382da69abba9458) by @stonith404) + +**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.14.1...v1.14.2 + ## v1.14.1 ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index 0683b4c5..b9b2403a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "1.14.1", + "version": "1.14.2", "private": true, "type": "module", "scripts": {