From d667d4fdf9b587cf559a45364437f99526ea1635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:20:38 +0000 Subject: [PATCH] chore(main): release 2.5.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 a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a15e78c..eca3cc8 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.5.0](https://github.com/launchdarkly/ruby-eventsource/compare/2.4.0...2.5.0) (2026-01-23) + + +### Features + +* Provide access to HTTP headers on connect or error ([#77](https://github.com/launchdarkly/ruby-eventsource/issues/77)) ([b50d660](https://github.com/launchdarkly/ruby-eventsource/commit/b50d660ac78e20428bac452cbc1518999f4e2f5a)) + ## [2.4.0](https://github.com/launchdarkly/ruby-eventsource/compare/2.3.0...2.4.0) (2026-01-15) diff --git a/lib/ld-eventsource/version.rb b/lib/ld-eventsource/version.rb index 159792a..b91d0c5 100644 --- a/lib/ld-eventsource/version.rb +++ b/lib/ld-eventsource/version.rb @@ -1,3 +1,3 @@ module SSE - VERSION = "2.4.0" # x-release-please-version + VERSION = "2.5.0" # x-release-please-version end