diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2537c1f..218393f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.4.0"
+ ".": "0.4.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c88b348..6924a84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.4.1](https://github.com/snytkine/api-tester-cli/compare/v0.4.0...v0.4.1) (2026-06-14)
+
+
+### Bug Fixes
+
+* fixing GraalVM build issue on Windows. Fixes Issue [#49](https://github.com/snytkine/api-tester-cli/issues/49) https://github.com/snytkine/api-tester-cli/issues/49 ([cb08fac](https://github.com/snytkine/api-tester-cli/commit/cb08fac984c850201369acd944d8b7e5ea266ef0))
+
## [0.4.0](https://github.com/snytkine/api-tester-cli/compare/v0.3.0...v0.4.0) (2026-06-14)
diff --git a/docs/manifest.json b/docs/manifest.json
index a4e392b..53eccdf 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -1,6 +1,6 @@
{
"latestVersion": {
- "version": "0.4.1-SNAPSHOT",
+ "version": "0.4.1",
"date": "2024-06-30",
"releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0",
"message": "Download latest release from GitHub"
diff --git a/pom.xml b/pom.xml
index 0503b3e..5d6739a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
io.github.snytkine.apitester
api-tester-cli
- 0.4.1-SNAPSHOT
+ 0.4.1
api-tester-cli
Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML,
with Thymeleaf expression support and GraalVM native-image compatibility.