Skip to content

Commit

Permalink
Releasing version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Apr 29, 2020
1 parent fbfae6a commit f2ffb3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [2.1.0] - 2020-04-29
### Added:
- `EventSource` method `restart()` (also added in 1.11.0).

### Changed:
- Updated OkHttp version to 4.5.0.

## [2.0.1] - 2020-01-31
### Fixed:
- A build problem caused the 2.0.0 release to have an incorrect `pom.xml` that did not list any dependencies.
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.0.1
version=2.1.0
ossrhUsername=
ossrhPassword=

Expand Down

0 comments on commit f2ffb3a

Please sign in to comment.