From 5bbb92ae192d4c95a5bf5be3cd902ee0351319ee Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 13 Aug 2024 23:19:52 +0200 Subject: [PATCH] release: 0.1.3 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.version b/.version index d917d3e..b1e80bb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e83861..b2ed19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [](https://github.com/stonith404/pocket-id/compare/v0.1.2...v) (2024-08-13) + + +### Bug Fixes + +* add missing passkey flags to make icloud passkeys work ([cc407e1](https://github.com/stonith404/pocket-id/commit/cc407e17d409041ed88b959ce13bd581663d55c3)) +* logo not white in dark mode ([5749d05](https://github.com/stonith404/pocket-id/commit/5749d0532fc38bf2fc66571878b7c71643895c9e)) + ## [](https://github.com/stonith404/pocket-id/compare/v0.1.1...v) (2024-08-13)