diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..411256b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1964091..55a7218 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). +## [4.1.0](https://github.com/launchdarkly/go-jsonstream/compare/v4.0.0...v4.1.0) (2026-07-29) + + +### Features + +* Add Reader.RawValue and Reader.Offset for raw value capture ([#50](https://github.com/launchdarkly/go-jsonstream/issues/50)) ([8eb580f](https://github.com/launchdarkly/go-jsonstream/commit/8eb580f89223ad133a7662211c0607476f9b91c7)) + + +### Bug Fixes + +* Make the JSON tokenizer and writer RFC 8259 compliant ([#48](https://github.com/launchdarkly/go-jsonstream/issues/48)) ([6efdc00](https://github.com/launchdarkly/go-jsonstream/commit/6efdc00d8489890d06f98b5e29ee71d84f31e3ba)) + ## [4.0.0](https://github.com/launchdarkly/go-jsonstream/compare/v3.1.1...v4.0.0) (2026-05-28)