This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 6f212e22da Add 1.3.0 to Bug Template (#7845)
6f212e22da is described below
commit 6f212e22da330bdb1883f4d64d755ff8848415d7
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Jun 15 15:38:16 2023 +0200
Add 1.3.0 to Bug Template (#7845)
---
.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 30c88e9900..5baa1b849b 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:
- - "1.2.1 (latest release)"
+ - "1.3.0 (latest release)"
+ - "1.2.1"
- "1.2.0"
- "1.1.0"
- "1.0.0"