From 6c4ab8ddb36cb91cd0cde5309126a8c81c4e3a03 Mon Sep 17 00:00:00 2001 From: Peter Leonov Date: Thu, 16 Jul 2026 16:28:51 +0200 Subject: [PATCH] chore(changelog): retarget the unreleased 1.23.2 section to 1.24.0 #950 adds new public API (the `dangerously_log_query_text` client option and the per-request `span_attributes` param), so the next release is a minor bump. 1.23.2 was never published; the staged section (OTEL features + the #947 Array(Date) fix) ships as 1.24.0 instead. Header-only change in both client changelogs, ahead of the version bump. Co-Authored-By: Claude Opus 4.8 (1M context) --- packages/client-node/CHANGELOG.md | 2 +- packages/client-web/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client-node/CHANGELOG.md b/packages/client-node/CHANGELOG.md index 04f6b4fc..435f9b73 100644 --- a/packages/client-node/CHANGELOG.md +++ b/packages/client-node/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.23.2 +# 1.24.0 ## New features diff --git a/packages/client-web/CHANGELOG.md b/packages/client-web/CHANGELOG.md index 761ee0df..12fb839c 100644 --- a/packages/client-web/CHANGELOG.md +++ b/packages/client-web/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.23.2 +# 1.24.0 ## New features