# Tenzir Ship v1.1.2

This release fixes bugs in changelog entry processing and version detection. The `authors` field now correctly normalizes single string values, and the `show` command no longer misidentifies entry IDs as release versions.

## 🐞 Bug Fixes

### Fix overly broad version string detection in show command

Jan 26, 2026 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude)

The `show` command no longer misidentifies changelog entry IDs as release versions. Previously, entries with IDs containing version-like patterns (e.g., `v1...`) were incorrectly treated as releases.

### Fix authors field normalization when using a single string value

Jan 26, 2026 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude)

Changelog entries with `authors: "name"` (a single string) are now correctly normalized to a list. Previously, only the singular `author` key was normalized, which could cause rendering issues when `authors` was used with a string value.

[ Download on GitHub ](https://github.com/tenzir/ship/releases/tag/v1.1.2)

[Get the release artifacts and source code.](https://github.com/tenzir/ship/releases/tag/v1.1.2)