Skip to content

Commit bf01ab3

Browse files
Releasing version 1.0.2
1 parent 247df9e commit bf01ab3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [1.0.2] - 2020-03-10
6+
### Removed:
7+
- Removed an unused dependency on `rake`. There are no other changes in this release.
8+
9+
510
## [1.0.1] - 2019-07-10
611
### Fixed:
712
- 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>`.

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ld-eventsource (1.0.1)
4+
ld-eventsource (1.0.2)
55
concurrent-ruby (~> 1.0)
66
http_tools (~> 0.4.5)
77
socketry (~> 0.5.1)

lib/ld-eventsource/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSE
2-
VERSION = "1.0.1"
2+
VERSION = "1.0.2"
33
end

0 commit comments

Comments
 (0)