From cf3a8092bdde9fb1fac87fdac6ba1574a7c5ecee Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 2 May 2025 14:00:13 -0400 Subject: [PATCH] announce public frontend robots.txt --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8211bb3a..fc3c7057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.0.5 + +FEATURE: The public frontend now supports a `robots` configuration option for customizing `robots.txt` file (https://github.com/openziti/zrok/pull/961) + ## v1.0.4 FIX: `zrok admin bootstrap` and `zrok enable` functionality were broken in `v1.0.3`. A bad combination of dependencies caused issues with marshalling data from the associated controller endpoints