From 50acb4f9af96370ca034bd74cd2408db94424518 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 15 May 2025 14:30:36 +0200 Subject: [PATCH] Add 0.9.1 to the bug-report dropdown --- .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 2137b24568..60f9d7c756 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.9.0 (latest release)" + - "0.9.1 (latest release)" + - "0.9.0" - "0.8.1" - "0.8.0" - "0.7.1"