Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
besessener committed Jul 19, 2024
1 parent 264449a commit 898e827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.properties
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 898e827

Please sign in to comment.