Skip to content

Commit

Permalink
Releasing version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jul 28, 2022
1 parent 53856cd commit 3b4d49b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2022-07-27
### Changed:
- Updated OkHttp dependency to v4.9.3 to get [recent fixes](https://square.github.io/okhttp/changelogs/changelog_4x/), including a security fix.

## [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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.6.1
version=2.6.2
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit 3b4d49b

Please sign in to comment.