Skip to content

Commit

Permalink
Bump version to 1.0.0.pre4 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 19, 2015
1 parent f1359e8 commit bd12470
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0.pre3 (2015-12-18)
## 1.0.0.pre4 (2015-12-18)

* [#265](https://github.com/httprb/http/pull/265/):
Remove deprecations ([@tarcieri]):
Expand Down Expand Up @@ -34,6 +34,10 @@
Use Encoding::BINARY as the default encoding for HTTP::Response::Body.
([@tarcieri])

* [#278](https://github.com/httprb/http/pull/278)
Use an options hash for HTTP::Request's initializer API.
([@ixti])


## 0.9.8 (2015-09-29)

Expand Down
2 changes: 1 addition & 1 deletion lib/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTP
VERSION = "1.0.0.pre3".freeze
VERSION = "1.0.0.pre4".freeze
end

0 comments on commit bd12470

Please sign in to comment.