Skip to content

Commit

Permalink
preparing v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 1, 2012
1 parent 6ef9c9c commit 140f072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
## 1.1.0
## 1.1.1 (2012-07-01)

* Fix: [#56](https://github.com/rubiii/httpi/pull/56) ensures that the "Cookie"
header is not set to nil.

## 1.1.0 (2012-06-26)

* Refactoring: Moved code that sets the cookies from the last response for the
next request from Savon to `HTTPI::Request#set_cookies`.
Expand Down
2 changes: 1 addition & 1 deletion lib/httpi/version.rb
@@ -1,5 +1,5 @@
module HTTPI

VERSION = "1.1.0"
VERSION = "1.1.1"

end

0 comments on commit 140f072

Please sign in to comment.