From 30edbf5f400970febf6d2c279fe9414c78053a64 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 22 Feb 2026 14:56:53 -0800 Subject: [PATCH] add 0.11.0 --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 34ecbbee05..b2b03b42f0 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.10.0 (latest release)" + - "0.11.0 (latest release)" + - "0.10.0" - "0.9.1" - "0.9.0" - "0.8.1"