From c52f4e510f14eea3513703ce2f82918f28a4241d Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 29 Jun 2022 20:33:11 +0000 Subject: [PATCH] Releasing version 2.6.1 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fe7b2..1176db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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). +## [2.6.1] - 2022-06-29 +### Fixed: +- The 2.5.0 and 2.6.0 releases mistakenly showed `kotlin-stdlib` as a compile-time dependency in `pom.xml`. While this library does use the Kotlin runtime (because the underlying OkHttp client uses Kotlin), that is a transitive dependency and is not needed at compile time. + ## [2.6.0] - 2022-06-28 ### Added: - `EventSource.Builder.streamEventData` and `EventSource.Builder.expectFields`, for enabling a new event parsing mode in which event data can be consumed directly from the stream without holding it all in memory. This may be useful in applications where individual events are extremely large. diff --git a/gradle.properties b/gradle.properties index 8273f64..94e4c0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.6.0 +version=2.6.1 ossrhUsername= ossrhPassword=