Skip to content

Commit

Permalink
Release Kagi 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jun 8, 2023
1 parent 066a46a commit 6b79350
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
=========

0.4.0 - 2023-06-08
------------------

* Add support for Python 3.11 and Django 4.2, by @MarkusH (#67).
* "Pin" primary keys to `AutoField` so no new migrations are generated for now (#55).
* Properly update `last_used_at` for FIDO tokens, by @MarkusH (#66).
* Improve secret submission security when adding TOTP devices, by @MarkusH (#72).
* Improve QR code display in Django Admin in dark mode, by @evanottinger (#75).
* Publish Kagi via PyPI trusted publisher system, by @apollo13 (#74).

Contributed by [Florian Apolloner](https://github.com/apollo13) via [PR #76](https://github.com/justinmayer/kagi/pull/76/)


0.3.0 - 2022-09-18
------------------

Expand Down
8 changes: 0 additions & 8 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kagi"
version = "0.3.0"
version = "0.4.0"
description = "Django app for WebAuthn and TOTP-based multi-factor authentication"
authors = ["Justin Mayer <entroP@gmail.com>", "Rémy Hubscher <hubscher.remy@gmail.com>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 6b79350

Please sign in to comment.