diff --git a/CHANGELOG b/CHANGELOG index c3ac745..b0df203 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.1.1 + +* Correctly handles redirections + 1.1.0 * Drop support for ruby 1.8.7 diff --git a/lib/restfully/version.rb b/lib/restfully/version.rb index 3e1ef78..33a8a39 100644 --- a/lib/restfully/version.rb +++ b/lib/restfully/version.rb @@ -1,3 +1,3 @@ module Restfully - VERSION = "1.1.0" + VERSION = "1.1.1" end