From 08f7fd16a93be1466844de5c93950a13a2c0dbfc Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 3 Oct 2024 11:31:11 +0200 Subject: [PATCH] release: 0.7.0 --- .version | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.version b/.version index a918a2a..faef31a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5056f8d..fd51ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.6.0...v) (2024-10-03) + + +### ⚠ BREAKING CHANGES + +* add ability to set light and dark mode logo + +### Features + +* add ability to set light and dark mode logo ([be45eed](https://github.com/stonith404/pocket-id/commit/be45eed125e33e9930572660a034d5f12dc310ce)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.5.3...v) (2024-10-02)