Skip to content

Commit

Permalink
Releasing version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Mar 10, 2020
1 parent 247df9e commit bf01ab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly SSE Client for Ruby will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.0.2] - 2020-03-10
### Removed:
- Removed an unused dependency on `rake`. There are no other changes in this release.


## [1.0.1] - 2019-07-10
### Fixed:
- Calling `close` on the client could cause a misleading warning message in the log, such as `Unexpected error from event source: #<IOError: stream closed in another thread>`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ld-eventsource (1.0.1)
ld-eventsource (1.0.2)
concurrent-ruby (~> 1.0)
http_tools (~> 0.4.5)
socketry (~> 0.5.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/ld-eventsource/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSE
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit bf01ab3

Please sign in to comment.