Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 21, 2011
1 parent 767b377 commit c0c474b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
@@ -1,3 +1,14 @@
0.7.1 03/21/2011
================

[aws|storage] normalize headers. thanks pweldon

[mock] fix reset_data to not be called in Mock#initialize

[rackspace] add support for using servicenet. thanks minter

[storage] provide for non file/string files. thanks pweldon

0.7.0 03/14/2011
================

Expand Down
4 changes: 2 additions & 2 deletions fog.gemspec
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fog'
s.version = '0.7.0'
s.date = '2011-03-18'
s.version = '0.7.1'
s.date = '2011-03-21'
s.rubyforge_project = 'fog'

## Make sure your summary is short. The description may be as long
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -3,7 +3,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '0.7.0'
VERSION = '0.7.1'
end

end
Expand Down

0 comments on commit c0c474b

Please sign in to comment.