From 1ea31657cf444d5c8bade10a2894568c6a473348 Mon Sep 17 00:00:00 2001 From: Daisuke Shimamoto Date: Sun, 12 Oct 2025 12:28:05 +0900 Subject: [PATCH] Update changelog for v0.9.9.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add changelog entries for version 0.9.9.0: - Improved error messages when API calls fail - Fixed GHC optimization flag from -O4 to -O2 Remove "Unreleased changes" section as this version is ready for release. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ChangeLog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index e25a770..7ca5382 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,9 @@ # Changelog for gwcli-hs -## Unreleased changes +## 0.9.9.0 -- 2025-10-12 + +* Improved error messages when API calls fail with HTTP status codes and response details (#95) +* Fixed GHC optimization flag: corrected invalid -O4 to proper -O2 (#96) ## 0.9.8.0 -- 2025-10-11