From 4201f57885f36914d3e136e2f0f5fba62f3290cd Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Tue, 17 Jun 2025 13:36:12 +0200 Subject: [PATCH] Clear release notes after release Signed-off-by: Florian Wagner --- RELEASE_NOTES.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0663a9f..f80f12e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,14 +6,11 @@ ## Upgrading -* The `key` parameter of the client has been renamed to `auth_key` + ## New Features -* Add HMAC generation capabilities. - * The new CLI option "sign_secret" can be used to provide the server's HMAC secret. - * The client itself now has a "sign_secret" argument in the constructor. - * Update documentation describing how to use the above options. + ## Bug Fixes