From 6822a57d0dd072cc4f63a316bc97197f99e85b7c Mon Sep 17 00:00:00 2001 From: Alexey V Zapparov Date: Fri, 8 May 2015 19:46:32 +0200 Subject: [PATCH] Release v0.8.7 --- CHANGES.md | 6 +++++- lib/http/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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