Skip to content

Commit

Permalink
Releasing version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed May 27, 2020
1 parent dbea26e commit ce36d08
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).

## [1.11.1] - 2020-05-26
### Fixed:
- Fixed a bug that could cause the randomized jitter not to be applied to reconnection delays if the reconnect interval (in milliseconds) was a power of two.

## [1.11.0] - 2020-03-30
### Added:
- New `EventSource` method `restart()` allows the caller to force a stream connection retry even if no I/O error has happened, using the same backoff behavior that would be used for errors.
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=1.11.0
version=1.11.1
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit ce36d08

Please sign in to comment.