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