From e1739abd811c85cd70198c687b254c59aa29c0f7 Mon Sep 17 00:00:00 2001 From: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:16:23 -0800 Subject: [PATCH] chore: release 0.27.0 (#2467) Release-As: 0.27.0 --- .hugo/hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hugo/hugo.toml b/.hugo/hugo.toml index e3fb75803c..76e253dc0a 100644 --- a/.hugo/hugo.toml +++ b/.hugo/hugo.toml @@ -51,6 +51,10 @@ ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quick # Add a new version block here before every release # The order of versions in this file is mirrored into the dropdown +[[params.versions]] + version = "v0.27.0" + url = "https://googleapis.github.io/genai-toolbox/v0.27.0/" + [[params.versions]] version = "v0.26.0" url = "https://googleapis.github.io/genai-toolbox/v0.26.0/"