diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da..099626f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbf992..d385728 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.8.0](https://github.com/launchdarkly/eventsource/compare/v1.7.1...v1.8.0) (2024-12-19) + + +### Features + +* Add ability to provide dynamic query parameters ([#44](https://github.com/launchdarkly/eventsource/issues/44)) ([efc5d86](https://github.com/launchdarkly/eventsource/commit/efc5d863ff5d4961a76b98c7074a45724ade3cef)) + ## [1.7.1] - 2022-05-10 ### Fixed: - In the SSE server implementation, removed string concatenation logic that caused writing of large messages to be unnecessarily memory-intensive. (Thanks, [moshegood](https://github.com/launchdarkly/eventsource/pull/35)!)