From a8818c6b4acc85feff769d787ae7efe3abfa745a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Anast=C3=A1cio?= Date: Mon, 4 Mar 2024 18:14:41 -0300 Subject: [PATCH] Update bug isse template release list --- .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 41110cf397..f907f681b1 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -9,7 +9,8 @@ body: description: What Apache Iceberg version are you using? multiple: false options: - - "0.5.0 (latest release)" + - "0.6.0 (latest release)" + - "0.5.0" - "0.4.0" - "0.3.0" - "0.2.0"