From e11f3e28889e6ff01a2d208d8affbcd47036b89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:16:35 +0000 Subject: [PATCH] chore(v3): release 3.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0f..95a37e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0b860..761664a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.2.0](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.1...v3.2.0) (2026-07-29) + + +### Features + +* Add Reader.RawValue for capturing a value's raw bytes ([#45](https://github.com/launchdarkly/go-jsonstream/issues/45)) ([28aa1e3](https://github.com/launchdarkly/go-jsonstream/commit/28aa1e35cda3dd5c1dddcf92cb37bec0b8102f64)) + + +### Bug Fixes + +* Make the default backend RFC 8259 compliant ([#46](https://github.com/launchdarkly/go-jsonstream/issues/46)) ([a74e968](https://github.com/launchdarkly/go-jsonstream/commit/a74e9688b56c4f9f93ca5ff8268d96badcfd4166)) + ## [3.1.1](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.0...v3.1.1) (2026-02-20)