mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 1.40.0
This commit is contained in:
parent
ed5edd8610
commit
2d949719f4
3 changed files with 17 additions and 2 deletions
15
CHANGELOG.md
15
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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Fog
|
||||
VERSION = '1.39.0'
|
||||
VERSION = '1.40.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue