Skip to content

Commit

Permalink
Bump version to 1.0.4 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 19, 2016
1 parent 979cee5 commit 755987c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
@@ -1,10 +1,16 @@
## 1.0.4 (2016-03-19)

* [#320](https://github.com/httprb/http/pull/320)
Fix timeout regression.
([@tarcieri])


## 1.0.3 (2016-03-16)

* [#314](https://github.com/httprb/http/pull/314)
Validate charset before forcing encoding.
([@kylekyle])


* [#318](https://github.com/httprb/http/pull/318)
Remove redundant string allocations upon header names normalization.
([@ixti])
Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module HTTP
VERSION = "1.0.3".freeze
VERSION = "1.0.4".freeze
end

0 comments on commit 755987c

Please sign in to comment.