From 232c13b5ca9e824c1adb906315abcbd454cd7da6 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 12 Dec 2024 17:21:58 +0100 Subject: [PATCH] release: 0.20.0 --- .version | 2 +- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 1cf0537..5a03fb7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.19.0 +0.20.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b323a..bad2712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.19.0...v) (2024-12-12) + + +### Features + +* add support for Postgres database provider ([#79](https://github.com/stonith404/pocket-id/issues/79)) ([9d20a98](https://github.com/stonith404/pocket-id/commit/9d20a98dbbc322fa6f0644e8b31e6b97769887ce)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.18.0...v) (2024-11-29) diff --git a/frontend/package.json b/frontend/package.json index 223538c..a975009 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pocket-id-frontend", - "version": "0.19.0", + "version": "0.20.0", "private": true, "scripts": { "dev": "vite dev --port 3000",