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=