diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..211ac9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 054872b..b4f88a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.10.1](https://github.com/launchdarkly/eventsource/compare/v1.10.0...v1.10.1) (2025-10-15) + + +### Bug Fixes + +* Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 ([#55](https://github.com/launchdarkly/eventsource/issues/55)) ([7c0d519](https://github.com/launchdarkly/eventsource/commit/7c0d5194ec18f308df575bcee54f269c3d3fa8d8)) + ## [1.10.0](https://github.com/launchdarkly/eventsource/compare/v1.9.1...v1.10.0) (2025-07-01)