From a54833f3500cc825913b87505f5d6254a9a571c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:39:53 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/ld-eventsource/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a34..a549f59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f28b4..a15e78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.4.0](https://github.com/launchdarkly/ruby-eventsource/compare/2.3.0...2.4.0) (2026-01-15) + + +### Features + +* Support dynamic query parameter on reconnect ([#74](https://github.com/launchdarkly/ruby-eventsource/issues/74)) ([e6c76bf](https://github.com/launchdarkly/ruby-eventsource/commit/e6c76bfbc3f101b90ccc52793e276772035f41d8)) + ## [2.3.0](https://github.com/launchdarkly/ruby-eventsource/compare/2.2.6...2.3.0) (2025-08-28) diff --git a/lib/ld-eventsource/version.rb b/lib/ld-eventsource/version.rb index 4d0f1fb..159792a 100644 --- a/lib/ld-eventsource/version.rb +++ b/lib/ld-eventsource/version.rb @@ -1,3 +1,3 @@ module SSE - VERSION = "2.3.0" # x-release-please-version + VERSION = "2.4.0" # x-release-please-version end