This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new a4dcd346d6 Infra: Add 1.0.0 in issue template dropdown (#6057)
a4dcd346d6 is described below

commit a4dcd346d6e053409fc9410339006f83cbbb1128
Author: Ajantha Bhat <[email protected]>
AuthorDate: Tue Nov 1 20:50:42 2022 +0530

    Infra: Add 1.0.0 in issue template dropdown (#6057)
---
 .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 694bc2cea1..d275d8bc66 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.14.1 (latest release)"
+        - "1.0.0 (latest release)"
+        - "0.14.1"
         - "0.14.0"
         - "0.13.1"
         - "0.13.0"

Reply via email to