Skip to content

Commit 897c84b

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.1.0
1 parent 201233b commit 897c84b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
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).
44

5+
## [4.1.0] - 2023-01-09
6+
This release is identical to [4.0.1](https://github.com/launchdarkly/okhttp-eventsource/releases/tag/4.0.1). It exists for Semantic Versioning compliance: a new API was added (the `StreamClosedWithIncompleteMessageException` class) since 4.0.0, therefore the next version number should have been 4.1.0 rather than 4.0.1.
7+
58
## [4.0.1] - 2023-01-09
69
### Added:
710
- `StreamClosedWithIncompleteMessageException` (see below).

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.0.1
1+
version=4.1.0
22
ossrhUsername=
33
ossrhPassword=
44

0 commit comments

Comments
 (0)