From c0f50fcb31d6b5312a693f72b7d0ca24eb37cefe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:53:42 +0000 Subject: [PATCH] chore(main): release 4.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965c41..34a3350 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.1" + ".": "4.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d25a367..92b47f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly EventSource implementation for Java will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.2.0](https://github.com/launchdarkly/okhttp-eventsource/compare/4.1.1...4.2.0) (2026-01-22) + + +### Features + +* Add support for accessing response headers. ([#97](https://github.com/launchdarkly/okhttp-eventsource/issues/97)) ([7cccc52](https://github.com/launchdarkly/okhttp-eventsource/commit/7cccc52e3859f8884b203fc80b52ad12c2203b08)) + ## [4.1.1] - 2023-06-27 ### Changed: - Bumping Guava version to incorporate CVE fixes. diff --git a/gradle.properties b/gradle.properties index a9d4507..a7d4b18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=4.1.1 +version=4.2.0 # x-release-please-end ossrhUsername= ossrhPassword=