From 8cc0ca02151f2f3c0708d485ebe947c65abdb469 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 14 Feb 2024 15:05:32 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf07ed6c5..f03c4e80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## v0.4.25 -CHANGE: Update to share creation. Now checks for token collision and returns a relevant error. (https://github.com/openziti/zrok/issues/531) +CHANGE: Creating a reserved share checks for token collision and returns a more appropriate error message (https://github.com/openziti/zrok/issues/531) -CHANGE: Update UI to add a 'true' value on booleans. (https://github.com/openziti/zrok/issues/443) +CHANGE: Update UI to add a 'true' value on `reserved` boolean (https://github.com/openziti/zrok/issues/443) ## v0.4.24