From 7a81ccc0c54e12b78628871d5a8243d58e92bc71 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Wed, 24 Jul 2024 08:50:01 +0000 Subject: [PATCH] chore(changelog): Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c6ec6..a9e388b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased ### Added +- Add `last_logout` column to `users` table ([`b79587f`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/b79587f5371543d6e84a33d6c8afe786ffe8bc28)) - Add `sign_with_shared_secret` function to `K256Secret` ([`39337f8`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/39337f8d90bd1ebbd327d766b6ba9b175a651255)) - CI to create `CONTRIBUTORS.md` file ([`ce566ad`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/ce566ada273cfab0e34ae813a19c0bacbf3654bc)) - Chat request implementation ([`8888bf2`](https://git.4rs.nl/oxidetalis/oxidetalis/commit/8888bf2d60428e5af77c8892ec4d48bd533403ea))