From f1a6c8db85ba7441a0e436eaccefafd1dda9231d Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 24 Aug 2024 01:20:18 +0200 Subject: [PATCH] release: 0.3.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 0c62199..0d91a54 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.1 +0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e1339..2609a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.2.1...v) (2024-08-23) + + +### Features + +* add support for multiple callback urls ([8166e2e](https://github.com/stonith404/pocket-id/commit/8166e2ead7fc71a0b7a45950b05c5c65a60833b6)) + + +### Bug Fixes + +* db migration for multiple callback urls ([552d7cc](https://github.com/stonith404/pocket-id/commit/552d7ccfa58d7922ecb94bdfe6a86651b4cf2745)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.2.0...v) (2024-08-19)