From 898e827bd65cef9f81eca79ee9f5eacdcd563e08 Mon Sep 17 00:00:00 2001 From: Matthias Eggert Date: Fri, 19 Jul 2024 18:20:13 +0200 Subject: [PATCH] update version --- .github/workflows/release.yml | 8 -------- plugin.properties | 2 +- release-notes.txt | 4 ++-- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d43aed..21adc56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,14 +22,6 @@ jobs: - name: Build JAR run: mvn package - - name: Release - uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') - with: - files: | - Release.txt - LICENSE - - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/plugin.properties b/plugin.properties index 5665d8d..490dc2e 100644 --- a/plugin.properties +++ b/plugin.properties @@ -1,6 +1,6 @@ # Plugin metadata name=JMeter HAR Importer Plugin -version=0.2.3 +version=0.2.4 author=Matthias Eggert description=This plugin allows importing HTTP Archive (HAR) files into JMeter. diff --git a/release-notes.txt b/release-notes.txt index 9c48587..99ba93b 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,14 +1,14 @@ Release Notes Product Name: JMeter HAR Importer -Release Number: Version 0.2.3 +Release Number: Version 0.2.4 Release Date: [2024-07-19] Overview: The JMeter HAR Importer plugin is designed to facilitate the import of HTTP Archive (HAR) files into JMeter. This release fixes the an issue with timers after adding the grouping functionality. Purpose: -This release note provides an overview of the purpose and features included in Version 0.2.3 of the JMeter HAR Importer plugin. It outlines the changes, bug fixes, and new features introduced in this release. +This release note provides an overview of the purpose and features included in Version 0.2.4 of the JMeter HAR Importer plugin. It outlines the changes, bug fixes, and new features introduced in this release. Issue Summary: - Fix bug with Java version incompatibility where a Java 15 function was used in a Java 8 context