Skip to content

Commit

Permalink
Release 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 13, 2017
1 parent ed5edd8 commit 2d94971
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 1.40.0 03/13/2017
*Hash* ed5edd8610f5585267f07567cccec1c10b002764

Statistic | Value
------------- | --------:
Collaborators | 2
Forks | 1556
Open Issues | 48
Watchers | 3975


#### [misc]
* bump fog-digitalocean version to avoid conflict. thanks geemus


## 1.39.0 03/13/2017
*Hash* d6c89ea01e747f36e3d384191ac3072e29ddec64

Expand Down
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -11,7 +11,7 @@ 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 = "1.39.0"
s.version = "1.40.0"
s.date = "2017-03-13"
s.rubyforge_project = "fog"

Expand Down
2 changes: 1 addition & 1 deletion lib/fog/version.rb
@@ -1,3 +1,3 @@
module Fog
VERSION = '1.39.0'
VERSION = '1.40.0'
end

0 comments on commit 2d94971

Please sign in to comment.