We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35836a commit 7d21a65Copy full SHA for 7d21a65
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.0.8 - 2023-10-11
4
+- Release version 0.0.8
5
+
6
## 0.0.8-SNAPSHOT - 2023-10-10
7
- Add support for Docker
8
- Add `propertiesDirectory` system property to define the location of custom configuration files
src/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.pkrete</groupId>
<artifactId>x-road-test-client</artifactId>
<name>X-Road Test Client</name>
- <version>0.0.8-SNAPSHOT</version>
+ <version>0.0.8</version>
9
<inceptionYear>2015</inceptionYear>
10
<description>
11
X-Road Test Client is a testing tool and load generator for X-Road v6.4
0 commit comments