From ff5a86997191d60a2c8a5154c79d1f60a2feb2fa Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Mon, 18 Sep 2023 15:37:03 +0900 Subject: [PATCH] release: 1.0.1 --- CHANGES.md | 6 ++++++ changes/24.fix.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 changes/24.fix.md diff --git a/CHANGES.md b/CHANGES.md index fc8a5ee..a95b1f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,12 @@ +## v1.0.1 (2023-09-18) + +### Fixes +* Prevent leaking secret keys in the logs and allow infinite timeouts on connection pings ([#24](https://github.com/lablup/callosum/issues/24)) + + ## v1.0.0 (2023-09-14) ### Breaking change diff --git a/changes/24.fix.md b/changes/24.fix.md deleted file mode 100644 index 663ecb7..0000000 --- a/changes/24.fix.md +++ /dev/null @@ -1 +0,0 @@ -Prevent leaking secret keys in the logs and allow infinite timeouts on connection pings