Skip to content

Commit

Permalink
Release 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jan 11, 2019
1 parent e9eeb86 commit 171f18d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# em-eventsource changelog

## 0.3.1

- Force UTF-8 encoding on incoming events [[#16](https://github.com/francois2metz/em-eventsource/pull/16)]

## 0.3.0

- Handle retry values sent by the server as milliseconds [[#14](https://github.com/francois2metz/em-eventsource/issues/14)]
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
em-eventsource (0.3.0)
em-eventsource (0.3.1)
em-http-request (~> 1.0)
eventmachine (~> 1.0)

Expand Down Expand Up @@ -37,4 +37,4 @@ DEPENDENCIES
rake

BUNDLED WITH
1.16.1
1.17.1
2 changes: 1 addition & 1 deletion em-eventsource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "em-eventsource"
s.version = "0.3.0"
s.version = "0.3.1"
s.date = Time.now.utc.strftime("%Y-%m-%d")
s.homepage = "https://github.com/francois2metz/em-eventsource"
s.authors = "François de Metz"
Expand Down

0 comments on commit 171f18d

Please sign in to comment.