From 6cf1ee97fd0e7922f4247e1c12340bb885c1a095 Mon Sep 17 00:00:00 2001 From: Jonxslays <51417989+Jonxslays@users.noreply.github.com> Date: Sun, 31 Dec 2023 07:59:06 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9a386..602d78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## Unreleased +## v0.6.1 (Dec 2023) ### Changes -- Return type of `update_remaining` is now correctly `Optional`. +- Inner return type of `KeyService.update_remaining` is now correctly + `Optional`. ---