From 1d4dabac39f502e98ba26ff0c7dd530911536865 Mon Sep 17 00:00:00 2001 From: Blake Petetan <36917+petetan@users.noreply.github.com> Date: Wed, 13 Aug 2025 10:55:29 -0700 Subject: [PATCH] docs: prepare CHANGELOG for v1.0.4 release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd20d43..a067643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4] - 2025-08-13 + ### Fixed - Fixed OpenAI API error: only use response_format for models that support it (not gpt-4o-mini) - Fixed commit message escaping to handle newlines and quotes in git commands @@ -47,4 +49,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Automated changelog generation - Semantic versioning support - Release workflow management -- Git operations and repository validation \ No newline at end of file +- Git operations and repository validation