diff --git a/CHANGES.md b/CHANGES.md index bc17fd22..176025e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,9 +3,13 @@ * _the future is unwritten_ -## 0.8.6 (2015-05-08) +## 0.8.7 (2015-05-08) * Fix `HTTP.timeout` API with options only given. (@ixti) + + +## 0.8.6 (2015-05-08) + * Reset global timeouts after the request finishes. See #215. (@zanker) diff --git a/lib/http/version.rb b/lib/http/version.rb index 6c610666..36fe24a4 100644 --- a/lib/http/version.rb +++ b/lib/http/version.rb @@ -1,3 +1,3 @@ module HTTP - VERSION = "0.8.6" + VERSION = "0.8.7" end