From 4c1dc7b552e6ce08ed5645cb23a475536c513ffc Mon Sep 17 00:00:00 2001 From: rubiii Date: Thu, 7 Jun 2012 16:18:50 +0200 Subject: [PATCH] preparing v1.0.0 --- CHANGELOG.md | 8 ++++++++ lib/httpi/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237a048..767448a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.0 (2012-06-07) + +* Feature: [#48](https://github.com/rubiii/httpi/pull/48) @jheiss added support + for HTTP Negotiate/SPNEGO authentication (curb-specific). + +* Fix: [#53](https://github.com/rubiii/httpi/issues/53) fixed an issue where + `HTTPI.log_level` did not do anything at all. + ## 0.9.7 (2012-04-26) * Fix: Merged [pull request 49](https://github.com/rubiii/httpi/pull/49) so that cert diff --git a/lib/httpi/version.rb b/lib/httpi/version.rb index 65bac3e..c522205 100644 --- a/lib/httpi/version.rb +++ b/lib/httpi/version.rb @@ -1,5 +1,5 @@ module HTTPI - VERSION = "0.9.7" + VERSION = "1.0.0" end