diff --git a/.version b/.version index ca75280b..4ef2eb08 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.38.0 +0.39.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index da0a0b5f..be87e878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.38.0...v) (2025-03-11) + + +### Features + +* api key authentication ([#291](https://github.com/pocket-id/pocket-id/issues/291)) ([62915d8](https://github.com/pocket-id/pocket-id/commit/62915d863a4adc09cf467b75c414a045be43c2bb)) + + +### Bug Fixes + +* alternative login method link on mobile ([9ef2ddf](https://github.com/pocket-id/pocket-id/commit/9ef2ddf7963c6959992f3a5d6816840534e926e9)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.37.0...v) (2025-03-10) diff --git a/frontend/package.json b/frontend/package.json index 3e4b320f..d3d443ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.38.0", + "version": "0.39.0", "private": true, "type": "module", "scripts": {