From 142188795fc041961c78b0422d679d7aac5aa933 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Tue, 1 Sep 2026 17:35:39 +0000 Subject: [PATCH] Add last two versions to bug report --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index b2b03b42f0..4d3d904905 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -28,7 +28,9 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.11.0 (latest release)" + - "0.12.0 (latest release)" + - "0.11.1" + - "0.11.0" - "0.10.0" - "0.9.1" - "0.9.0"