From 9b7e3ef77c12d961bfa5d85a94b3385f7d6ff55e Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 31 Jul 2024 13:31:52 -0400 Subject: [PATCH] changelog (#715) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81972cea..e2cd76e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v0.4.38 -FEATURE: Conditionally enable interstitial page based on `User-Agent` prefix list. See the [frontend template configuration](etc/frontend.yml) for details on the new configuration structure (https://github.com/openziti/zrok/issues/715) +FEATURE: Conditionally enable interstitial page based on `User-Agent` prefix list. See the [frontend configuration template](etc/frontend.yml) for details on the new configuration structure (https://github.com/openziti/zrok/issues/715) CHANGE: The interstitial configuration has been modified from a simple `interstitial: ` to a richer structure, but the config version has not been incremented; this feature has not been widely adopted yet. See the [frontend configuration template](etc/frontend.yml) for details on the new structure.