diff --git a/changelog/index.mdx b/changelog/index.mdx
index 26c3e3a..bda3b34 100644
--- a/changelog/index.mdx
+++ b/changelog/index.mdx
@@ -4,6 +4,16 @@ description: "Release notes for Kosli products."
rss: true
---
+
+
+## Updates
+
+- **Help text fixes** — corrected typos in the help text for [`kosli attest sonar`](/client_reference/kosli_attest_sonar) and its `--sonar-working-dir` flag description.
+
+[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.39.2)
+
+
+
## Bug fixes
@@ -34,6 +44,10 @@ rss: true
- **`--jira-project-key` tolerates whitespace** — comma-separated lists like `"ABC, DEF"` are now accepted; each key is trimmed before validation, and invalid keys are quoted in the error message.
- **`.kosli_ignore` documented in command help** — the help for `kosli allow artifact`, `kosli assert artifact`, and every `kosli attest` command now describes `.kosli_ignore` support when fingerprinting directories.
+## Bug fixes
+
+- **`kosli version` reports the real release inside published Docker images** — published images identified themselves as `dev+` instead of the release tag they were built from, so `kosli version` in a container could not tell you which release was running. Any image published before v2.39.0 is affected; images from v2.39.0 onward report their release tag.
+
[View on GitHub](https://github.com/kosli-dev/cli/releases/tag/v2.39.0)